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.
2 parents 0410cf2 + 596bb69 commit 7d32f79Copy full SHA for 7d32f79
configuration/configuration.py
@@ -170,6 +170,9 @@ def _read_secret(secret_name, default = None):
170
# Setting this to True will display a "maintenance mode" banner at the top of every page.
171
MAINTENANCE_MODE = environ.get('MAINTENANCE_MODE', 'False').lower() == 'true'
172
173
+# Maps provider
174
+MAPS_URL = environ.get('MAPS_URL', None)
175
+
176
# An API consumer can request an arbitrary number of objects =by appending the "limit" parameter to the URL (e.g.
177
# "?limit=1000"). This setting defines the maximum limit. Setting it to 0 or None will allow an API consumer to request
178
# all objects by specifying "?limit=0".
0 commit comments