diff --git a/netbox/netbox/configuration.example.py b/netbox/netbox/configuration.example.py index bceb7ab17..6b0680da0 100644 --- a/netbox/netbox/configuration.example.py +++ b/netbox/netbox/configuration.example.py @@ -31,9 +31,9 @@ SECRET_KEY = '' # Full connection details are required in both sections, even if they are the same. REDIS = { 'webhooks': { - 'HOST': 'redis.example.com', - 'PORT': 1234, - 'PASSWORD': 'foobar', + 'HOST': 'localhost', + 'PORT': 6379, + 'PASSWORD': '', 'DATABASE': 0, 'DEFAULT_TIMEOUT': 300, 'SSL': False,