Skip to content
Snippets Groups Projects
Verified Commit 151474a8 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add setting for state file path.

parent c0196e1c
No related branches found
No related tags found
1 merge request!48Service checks. Closes #86.
......@@ -290,6 +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')
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