mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
updated redis connection settings
This commit is contained in:
parent
7e01bcad2f
commit
96e40734e1
@ -207,7 +207,11 @@ When determining the primary IP address for a device, IPv6 is preferred over IPv
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## REDIS_DB
|
## Redis Connection Settings
|
||||||
|
|
||||||
|
The following settings are defined in the `REDIS` dictionary, much like the regular database settings.
|
||||||
|
|
||||||
|
## DB
|
||||||
|
|
||||||
Default: 0
|
Default: 0
|
||||||
|
|
||||||
@ -215,7 +219,7 @@ When `WEBHOOK_BACKEND_ENABLED` is `True` connect to the redis database with this
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## REDIS_DEFAULT_TIMEOUT
|
## DEFAULT_TIMEOUT
|
||||||
|
|
||||||
Default: 300
|
Default: 300
|
||||||
|
|
||||||
@ -223,7 +227,7 @@ When `WEBHOOK_BACKEND_ENABLED` is `True` use this value as the redis timeout. Th
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## REDIS_HOST
|
## HOST
|
||||||
|
|
||||||
Default: localhost
|
Default: localhost
|
||||||
|
|
||||||
@ -231,7 +235,7 @@ When `WEBHOOK_BACKEND_ENABLED` is `True` connect to this redis server host. This
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## REDIS_PASSWORD
|
## PASSWORD
|
||||||
|
|
||||||
Default: N/A (empty string value)
|
Default: N/A (empty string value)
|
||||||
|
|
||||||
@ -239,7 +243,7 @@ When `WEBHOOK_BACKEND_ENABLED` is `True` use this password to connect to the red
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## REDIS_PORT
|
## PORT
|
||||||
|
|
||||||
Default: 6379
|
Default: 6379
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user