This commit is contained in:
Harivansh Rathi 2026-03-31 15:29:20 -04:00
parent 57606f57f8
commit feec4f69bf

View file

@ -233,7 +233,7 @@ in
environmentFile = "/var/lib/vaultwarden/vaultwarden.env";
config = {
DOMAIN = "https://${vaultDomain}";
SIGNUPS_ALLOWED = false;
SIGNUPS_ALLOWED = true;
ROCKET_ADDRESS = "127.0.0.1";
ROCKET_PORT = 8222;
};