Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/v2/configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ Authentication configuration controls how users and systems authenticate with Fl
| authentication.session.storage.redis.db | Redis database to use | 0 | v2.0.0 |
| authentication.session.storage.redis.username | Username to access the Redis database | | v2.0.0 |
| authentication.session.storage.redis.password | Password to access the Redis database | | v2.0.0 |
| authentication.session.storage.redis.prefix | Prefix added to all session keys | | v2.0.0 |
| authentication.session.storage.redis.require_tls | Require TLS to access the Redis database | false | v2.0.0 |
| authentication.session.storage.redis.pool_size | Max number of socket connections per CPU | 10 | v2.0.0 |
| authentication.session.storage.redis.min_idle_conn | Minimum number of idle connections in the pool | 0 | v2.0.0 |
Expand Down
Loading