mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Add documentation for new Redis SSL configuration parameter.
This commit is contained in:
parent
7edad4eba9
commit
f88099eb3b
@ -283,6 +283,7 @@ REDIS = {
|
|||||||
'PASSWORD': '',
|
'PASSWORD': '',
|
||||||
'DATABASE': 0,
|
'DATABASE': 0,
|
||||||
'DEFAULT_TIMEOUT': 300,
|
'DEFAULT_TIMEOUT': 300,
|
||||||
|
'SSL': False,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -315,3 +316,9 @@ The TCP port to use when connecting to the Redis server.
|
|||||||
Default: None
|
Default: None
|
||||||
|
|
||||||
The password to use when authenticating to the Redis server (optional).
|
The password to use when authenticating to the Redis server (optional).
|
||||||
|
|
||||||
|
### SSL
|
||||||
|
|
||||||
|
Default: False
|
||||||
|
|
||||||
|
Use secure sockets layer to encrypt the connections to the Redis server.
|
||||||
|
Loading…
Reference in New Issue
Block a user