Merge branch 'develop' of https://github.com/ryanmerolle/netbox-docker into ryanmerolle-develop

This commit is contained in:
Christian Mäder 2020-05-14 16:17:59 +02:00
commit bfa69dc0e9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ SECRET_KEY = os.environ.get('SECRET_KEY', read_secret('secret_key'))
# Redis database settings. The Redis database is used for caching and background processing such as webhooks
REDIS = {
'webhooks': {
'tasks': {
'HOST': os.environ.get('REDIS_HOST', 'localhost'),
'PORT': int(os.environ.get('REDIS_PORT', 6379)),
'PASSWORD': os.environ.get('REDIS_PASSWORD', read_secret('redis_password')),