tsuki/vaultwarden: disable invitations
This commit is contained in:
parent
fe50d92f8c
commit
f49d3665fc
|
@ -11,6 +11,7 @@ in {
|
||||||
config = {
|
config = {
|
||||||
DOMAIN = "https://bw.nani.wtf";
|
DOMAIN = "https://bw.nani.wtf";
|
||||||
SIGNUPS_ALLOWED = false;
|
SIGNUPS_ALLOWED = false;
|
||||||
|
INVITATIONS_ALLOWED = false;
|
||||||
ROCKET_ADDRESS = "127.0.0.1";
|
ROCKET_ADDRESS = "127.0.0.1";
|
||||||
ROCKET_PORT = 8222;
|
ROCKET_PORT = 8222;
|
||||||
ROCKET_LOG = "critical";
|
ROCKET_LOG = "critical";
|
||||||
|
|
Loading…
Reference in New Issue