Skip to content

Commit

Permalink
Revert "set ttc as agency in docker-compose and config.py"
Browse files Browse the repository at this point in the history
This reverts commit 235f564.
  • Loading branch information
EddyIonescu committed Feb 23, 2020
1 parent 235f564 commit d0b2aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/models/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

s3_bucket = os.environ.get("OPENTRANSIT_S3_BUCKET", 'opentransit-data')

agency_ids = os.environ.get("OPENTRANSIT_AGENCY_IDS", 'ttc').split(',')
agency_ids = os.environ.get("OPENTRANSIT_AGENCY_IDS", 'muni').split(',')

class Agency:
def __init__(self, conf):
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
environment:
FLASK_DEBUG: 1
TRYNAPI_URL: http://tryn-api.opentransit.city
OPENTRANSIT_AGENCY_IDS: ttc
OPENTRANSIT_AGENCY_IDS: muni
react-dev:
container_name: metrics-react-dev
image: metrics-mvp_react-dev:latest
Expand Down

0 comments on commit d0b2aba

Please sign in to comment.