feat: use postgres
This commit is contained in:
@@ -9,7 +9,11 @@
|
||||
|
||||
Startup requires:
|
||||
|
||||
- one reachable Redis deployment configured by `AUTHSESSION_REDIS_ADDR`
|
||||
- one reachable Redis master configured by `AUTHSESSION_REDIS_MASTER_ADDR`
|
||||
with mandatory `AUTHSESSION_REDIS_PASSWORD`. The connection topology
|
||||
follows the project-wide rules in `ARCHITECTURE.md §Persistence Backends`
|
||||
(one master plus zero-or-more replicas, no TLS, no Redis ACL username);
|
||||
see also `docs/redis-config.md`.
|
||||
|
||||
That Redis deployment is used for:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user