~xenrox/ansible

073e78ef1b3c82d304c8e3c3368450c0481a4999 — Thorben Günther 7 months ago 95e9962
vaultwarden: Update config

1.29.2 release.
1 files changed, 5 insertions(+), 1 deletions(-)

M roles/vaultwarden/templates/vaultwarden.env.j2
M roles/vaultwarden/templates/vaultwarden.env.j2 => roles/vaultwarden/templates/vaultwarden.env.j2 +5 -1
@@ 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.