We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f9437 commit fe4096dCopy full SHA for fe4096d
1 file changed
mapserver/settings.py
@@ -60,7 +60,7 @@ def normalise_path(path):
60
MAPMAKER_LOGS = os.environ.get('MAPMAKER_LOGS', os.path.join(FLATMAP_SERVER_LOGS, 'mapmaker'))
61
settings['MAPMAKER_LOGS'] = normalise_path(MAPMAKER_LOGS)
62
63
-
+# The URL the flatmap server is available at
64
FLATMAP_SERVER_URL = os.environ.get('FLATMAP_SERVER_URL', '')
65
if FLATMAP_SERVER_URL.endswith('/'):
66
FLATMAP_SERVER_URL = FLATMAP_SERVER_URL[:-1]
0 commit comments