This commit is contained in:
Lucy Hochkamp 2023-11-20 23:51:41 +01:00
parent 121f4a1a68
commit 71c3a9d42a
No known key found for this signature in database
4 changed files with 75 additions and 67 deletions

View file

@ -17,7 +17,7 @@ in
#backupDir = "/persistent/backups/vaultwarden";
config = {
domain = "https://${cfg.domainPrefix}.${domain}";
signupsAllowed = false;
signupsAllowed = true;
rocketPort = 8222;
rocketAddress = "127.0.0.1";
databaseUrl = "postgresql://%2Frun%2Fpostgresql/vaultwarden";