Skip to content

Commit

Permalink
changed default source for galaxyapi
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jul 28, 2022
1 parent f28f75a commit 937ddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
OVERPASS_API_URL = os.getenv('OVERPASS_API_URL', 'http://overpass-api.de/api/')

#url to galaxy api endpoint
GALAXY_API_URL = os.getenv('GALAXY_API_URL', 'http://52.203.15.233:8000/raw-data/current-snapshot/')
GALAXY_API_URL = os.getenv('GALAXY_API_URL', 'http://52.203.15.233:8000/v1/raw-data/current-snapshot/')

GENERATE_MWM = os.getenv('GENERATE_MWM','/usr/local/bin/generate_mwm.sh')
GENERATOR_TOOL = os.getenv('GENERATOR_TOOL','/usr/local/bin/generator_tool')
Expand Down

0 comments on commit 937ddc8

Please sign in to comment.