mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-11-26 01:18:31 +00:00
Add DATABASE_MAX_CONNS config setting
This commit is contained in:
parent
1842a796fb
commit
b9daa59e5d
3 changed files with 18 additions and 1 deletions
|
|
@ -20,6 +20,10 @@
|
|||
## - https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING
|
||||
# DATABASE_URL=postgresql://user:password@host[:port]/database_name
|
||||
|
||||
## Database max connections
|
||||
## Define the size of the connection pool used for connecting to the database.
|
||||
# DATABASE_MAX_CONNS=10
|
||||
|
||||
## Individual folders, these override %DATA_FOLDER%
|
||||
# RSA_KEY_FILENAME=data/rsa_key
|
||||
# ICON_CACHE_FOLDER=data/icon_cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue