homelab tinkering
This commit is contained in:
@@ -49,17 +49,8 @@ in {
|
|||||||
SIGNUPS_ALLOWED = false;
|
SIGNUPS_ALLOWED = false;
|
||||||
ROCKET_ADDRESS = "127.0.0.1";
|
ROCKET_ADDRESS = "127.0.0.1";
|
||||||
ROCKET_PORT = 8222;
|
ROCKET_PORT = 8222;
|
||||||
|
EXTENDED_LOGGING = true;
|
||||||
extendedLogging = true;
|
LOG_LEVEL = "warn";
|
||||||
invitationsAllowed = false;
|
|
||||||
showPasswordHint = false;
|
|
||||||
|
|
||||||
useSyslog = true;
|
|
||||||
logLevel = "warn";
|
|
||||||
|
|
||||||
signupsAllowed = false;
|
|
||||||
signupsDomainsWhitelist = domain;
|
|
||||||
signupsVerify = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user