File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,9 @@ def _read_secret(secret_name, default = None):
170
170
# Setting this to True will display a "maintenance mode" banner at the top of every page.
171
171
MAINTENANCE_MODE = environ .get ('MAINTENANCE_MODE' , 'False' ).lower () == 'true'
172
172
173
+ # Maps provider
174
+ MAPS_URL = environ .get ('MAPS_URL' , None )
175
+
173
176
# An API consumer can request an arbitrary number of objects =by appending the "limit" parameter to the URL (e.g.
174
177
# "?limit=1000"). This setting defines the maximum limit. Setting it to 0 or None will allow an API consumer to request
175
178
# all objects by specifying "?limit=0".
@@ -251,6 +254,3 @@ def _read_secret(secret_name, default = None):
251
254
SHORT_TIME_FORMAT = environ .get ('SHORT_TIME_FORMAT' , 'H:i:s' )
252
255
DATETIME_FORMAT = environ .get ('DATETIME_FORMAT' , 'N j, Y g:i a' )
253
256
SHORT_DATETIME_FORMAT = environ .get ('SHORT_DATETIME_FORMAT' , 'Y-m-d H:i' )
254
-
255
- # Maps provider
256
- MAPS_URL = environ .get ('MAPS_URL' , None )
You can’t perform that action at this time.
0 commit comments