disable user creation

This commit is contained in:
Harivansh Rathi 2026-03-31 15:31:06 -04:00
parent feec4f69bf
commit f820677aab

View file

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