Skip to content
Snippets Groups Projects
Commit 376100fb authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use shorter setting name for maintenance mode state file.

parent 85381609
No related branches found
No related tags found
1 merge request!48Service checks. Closes #86.
......@@ -290,7 +290,7 @@ MAINTENANCE_MODE_IGNORE_IP_ADDRESSES = _settings.get(
'maintenance.ignore_ips', _settings.get('debug.internal_ips', []))
MAINTENANCE_MODE_GET_CLIENT_IP_ADDRESS = 'ipware.ip.get_ip'
MAINTENANCE_MODE_IGNORE_SUPERUSER = True
MAINTENANCE_MODE_STATE_FILE_PATH = _settings.get('maintenance.state_file_path', 'maintenance_mode_state.txt')
MAINTENANCE_MODE_STATE_FILE_PATH = _settings.get('maintenance.statefile', 'maintenance_mode_state.txt')
IMPERSONATE = {
'USE_HTTP_REFERER': True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment