mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
docs(session): add redis sentinel username to config template (#2554)
This adds the redis sentinel username to the config templates.
This commit is contained in:
parent
0365838f16
commit
8c6915ab40
|
@ -459,6 +459,9 @@ session:
|
|||
## Sentinel Name / Master Name.
|
||||
# sentinel_name: mysentinel
|
||||
|
||||
## Specific username for Redis Sentinel. The node username and password is configured above.
|
||||
# sentinel_username: sentinel_specific_user
|
||||
|
||||
## Specific password for Redis Sentinel. The node username and password is configured above.
|
||||
# sentinel_password: sentinel_specific_pass
|
||||
|
||||
|
|
|
@ -459,6 +459,9 @@ session:
|
|||
## Sentinel Name / Master Name.
|
||||
# sentinel_name: mysentinel
|
||||
|
||||
## Specific username for Redis Sentinel. The node username and password is configured above.
|
||||
# sentinel_username: sentinel_specific_user
|
||||
|
||||
## Specific password for Redis Sentinel. The node username and password is configured above.
|
||||
# sentinel_password: sentinel_specific_pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user