Disable signups on vaultwarden

This commit is contained in:
Jacob Hinkle 2023-06-27 07:25:46 -04:00
parent 276cd1ae5d
commit 00422d924d

View File

@ -192,7 +192,7 @@
DOMAIN = "https://vault.jhink.org";
ROCKET_ADDRESS = "0.0.0.0";
ROCKET_PORT = 8222;
SIGNUPS_ALLOWED = true;
SIGNUPS_ALLOWED = false;
};
};