We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35557a commit 5abc7ccCopy full SHA for 5abc7cc
core/settings/project.py
@@ -68,7 +68,7 @@
68
OVERPASS_API_URL = os.getenv('OVERPASS_API_URL', 'http://overpass-api.de/api/')
69
70
#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/')
+GALAXY_API_URL = os.getenv('GALAXY_API_URL', 'https://galaxy-api.hotosm.org/v1/raw-data/current-snapshot/')
72
73
GENERATE_MWM = os.getenv('GENERATE_MWM','/usr/local/bin/generate_mwm.sh')
74
GENERATOR_TOOL = os.getenv('GENERATOR_TOOL','/usr/local/bin/generator_tool')
0 commit comments