From 073e78ef1b3c82d304c8e3c3368450c0481a4999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Tue, 12 Sep 2023 13:52:17 +0200 Subject: [PATCH] vaultwarden: Update config 1.29.2 release. --- roles/vaultwarden/templates/vaultwarden.env.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/vaultwarden/templates/vaultwarden.env.j2 b/roles/vaultwarden/templates/vaultwarden.env.j2 index 0154361..fca34f9 100644 --- a/roles/vaultwarden/templates/vaultwarden.env.j2 +++ b/roles/vaultwarden/templates/vaultwarden.env.j2 @@ -30,6 +30,10 @@ DATABASE_URL=postgresql://vaultwarden:{{ vaultwarden_secrets['psql_password'] }} ## Define the size of the connection pool used for connecting to the database. # DATABASE_MAX_CONNS=10 +## Database timeout +## Timeout when acquiring database connection +# DATABASE_TIMEOUT=30 + ## Database connection initialization ## Allows SQL statements to be run whenever a new database connection is created. ## This is mainly useful for connection-scoped pragmas. @@ -77,7 +81,7 @@ PUSH_ENABLED=true PUSH_INSTALLATION_ID={{ vaultwarden_secrets['push_installation_id'] }} PUSH_INSTALLATION_KEY={{ vaultwarden_secrets['push_installation_key'] }} ## Don't change this unless you know what you're doing. -# PUSH_RELAY_BASE_URI=https://push.bitwarden.com +# PUSH_RELAY_URI=https://push.bitwarden.com ## Controls whether users are allowed to create Bitwarden Sends. ## This setting applies globally to all users. -- 2.44.0