remove postgresql passwords where they are unneeded

This commit is contained in:
Rouven Seifert 2023-07-19 17:44:49 +02:00
parent 6d28293c86
commit defc2f2324
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 6 additions and 50 deletions

View file

@ -11,7 +11,6 @@ in
config = {
domain = "https://${domain}";
signupsAllowed = false;
# somehow this works
databaseUrl = "postgresql://vaultwarden@%2Frun%2Fpostgresql/vaultwarden";
rocketPort = 8000;
smtpHost = "127.0.0.1";