feat(MOMO): vaultwarden disable signups
This commit is contained in:
parent
1c9fb5f866
commit
96e478a11d
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
environmentFile = config.age.secrets.environments-vaultwarden.path;
|
||||
config = {
|
||||
DOMAIN = "https://vaultwarden.dryb.org";
|
||||
SIGNUPS_ALLOWED = true;
|
||||
SIGNUPS_ALLOWED = false;
|
||||
ROCKET_ADDRESS = "127.0.0.1";
|
||||
ROCKET_PORT = 8005;
|
||||
DATABASE_URL = "postgresql:///vaultwarden";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue