mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
netbox/netbox/configuration.example.py: fix a typo
This commit is contained in:
parent
e66d065b6d
commit
fe2f54a179
@ -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': {
|
||||||
|
Loading…
Reference in New Issue
Block a user