mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
fix typo
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
This commit is contained in:
parent
74d7bc91ef
commit
a7b3798ba5
|
|
@ -54,7 +54,7 @@ REDIS = {
|
|||
'webhooks': {
|
||||
'HOST': os.environ.get('REDIS_HOST', 'localhost'),
|
||||
'PORT': int(os.environ.get('REDIS_PORT', 6379)),
|
||||
'PASSWORD': read_secret('redis_password', os.environ.get('REDIS_PASSWORD', '')),
|
||||
'PASSWORD': read_secret('redis_password', os.environ.get('REDIS_PASSWORD', '')),
|
||||
'DATABASE': int(os.environ.get('REDIS_DATABASE', 0)),
|
||||
'DEFAULT_TIMEOUT': int(os.environ.get('REDIS_TIMEOUT', 300)),
|
||||
'SSL': os.environ.get('REDIS_SSL', 'False').lower() == 'true',
|
||||
|
|
|
|||
Loading…
Reference in a new issue