Skip to content

Commit

Permalink
Merge pull request #661 from hackforla/BACK-SocrataFix
Browse files Browse the repository at this point in the history
change default SOCRATA_TOKEN and other vars to None
  • Loading branch information
jmensch1 authored May 27, 2020
2 parents cf23ee8 + 37cca7b commit 6825a6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Orchestration/docker-compose-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ services:
WORKERS: -1
DATABASE_URL: postgresql://REDACTED:REDACTED@db:5432/postgres
REDIS_URL: redis://redis:6379
SOCRATA_TOKEN: REDACTED
GITHUB_TOKEN: REDACTED
GITHUB_PROJECT_URL: REDACTED
SOCRATA_TOKEN: None
GITHUB_TOKEN: None
GITHUB_PROJECT_URL: None
GITHUB_SHA: DEVELOPMENT
ports:
- 5000:5000
Expand Down

0 comments on commit 6825a6c

Please sign in to comment.