diff options
author | Rob Watson <[email protected]> | 2020-10-06 15:23:55 +0200 |
---|---|---|
committer | Rob Watson <[email protected]> | 2020-10-09 10:29:02 +0200 |
commit | b9daa59e5d05f1050e6ba4199352953493a57dfb (patch) | |
tree | 75de90038993be019f1c17de6bdb1985d9b8cecf /.env.template | |
parent | 1842a796fb90ce401e9bde8e52974638121ac113 (diff) | |
download | vaultwarden-b9daa59e5d05f1050e6ba4199352953493a57dfb.tar.gz vaultwarden-b9daa59e5d05f1050e6ba4199352953493a57dfb.zip |
Add DATABASE_MAX_CONNS config setting
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.template b/.env.template index 8f134a98..4d987c4e 100644 --- a/.env.template +++ b/.env.template @@ -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 |