netbox/netbox/configuration.example.py: fix a typo

This commit is contained in:
Austin English 2020-03-18 14:44:12 -05:00
parent e66d065b6d
commit fe2f54a179

View File

@ -22,7 +22,7 @@ DATABASE = {
} }
# Redis database settings. The Redis database is used for caching and background processing such as webhooks # Redis database settings. The Redis database is used for caching and background processing such as webhooks
# Seperate sections for webhooks and caching allow for connecting to seperate Redis instances/datbases if desired. # Seperate sections for webhooks and caching allow for connecting to seperate Redis instances/databases if desired.
# Full connection details are required in both sections, even if they are the same. # Full connection details are required in both sections, even if they are the same.
REDIS = { REDIS = {
'webhooks': { 'webhooks': {