From 127170c68320c17f080f60e8c3facb60ccbcf8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:22:37 +0200 Subject: [PATCH] Update vaultwarden.env --- conf/vaultwarden.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/vaultwarden.env b/conf/vaultwarden.env index ae0aa40..b2158c2 100644 --- a/conf/vaultwarden.env +++ b/conf/vaultwarden.env @@ -23,7 +23,7 @@ DATA_FOLDER=__DATA_DIR__ ## Details: ## - https://docs.diesel.rs/diesel/pg/struct.PgConnection.html ## - https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING -# DATABASE_URL=postgresql://__DB_USER:__DB_PWD__@host[:port]/__DB_NAME__ +# 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.