mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-04-12 02:28:29 +02:00
Feature: Support ISOLATED_DEPLOYMENT setting
This commit is contained in:
parent
a48b86b5d4
commit
f394400b2b
@ -348,3 +348,5 @@ SESSION_FILE_PATH = environ.get('SESSION_FILE_PATH', environ.get('SESSIONS_ROOT'
|
||||
# Time zone (default: UTC)
|
||||
TIME_ZONE = environ.get('TIME_ZONE', 'UTC')
|
||||
|
||||
# If true disables miscellaneous functionality which depends on access to the Internet.
|
||||
ISOLATED_DEPLOYMENT = _environ_get_and_map('ISOLATED_DEPLOYMENT', 'False', _AS_BOOL)
|
||||
|
Loading…
Reference in New Issue
Block a user