Disable signups on vaultwarden
This commit is contained in:
parent
276cd1ae5d
commit
00422d924d
@ -192,7 +192,7 @@
|
|||||||
DOMAIN = "https://vault.jhink.org";
|
DOMAIN = "https://vault.jhink.org";
|
||||||
ROCKET_ADDRESS = "0.0.0.0";
|
ROCKET_ADDRESS = "0.0.0.0";
|
||||||
ROCKET_PORT = 8222;
|
ROCKET_PORT = 8222;
|
||||||
SIGNUPS_ALLOWED = true;
|
SIGNUPS_ALLOWED = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user