Skip to content

Commit 5abc7cc

Browse files
changed galaxy api url to production url as default
1 parent d35557a commit 5abc7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/settings/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
OVERPASS_API_URL = os.getenv('OVERPASS_API_URL', 'http://overpass-api.de/api/')
6969

7070
#url to galaxy api endpoint
71-
GALAXY_API_URL = os.getenv('GALAXY_API_URL', 'http://52.203.15.233:8000/v1/raw-data/current-snapshot/')
71+
GALAXY_API_URL = os.getenv('GALAXY_API_URL', 'https://galaxy-api.hotosm.org/v1/raw-data/current-snapshot/')
7272

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

0 commit comments

Comments
 (0)