Authelia: add redis (valkey) as session storage
This commit is contained in:
@@ -895,9 +895,9 @@ session:
|
||||
##
|
||||
## Important: Kubernetes (or HA) users must read https://www.authelia.com/t/statelessness
|
||||
##
|
||||
# redis:
|
||||
# host: '127.0.0.1'
|
||||
# port: 6379
|
||||
redis:
|
||||
host: 'authelia_redis'
|
||||
port: 6379
|
||||
## Use a unix socket instead
|
||||
# host: '/var/run/redis/redis.sock'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user