signups and logging
This commit is contained in:
parent
a41c0743ab
commit
8ab980d059
@ -419,9 +419,9 @@
|
|||||||
config = {
|
config = {
|
||||||
ROCKET_ADDRESS = "127.0.0.1";
|
ROCKET_ADDRESS = "127.0.0.1";
|
||||||
ROCKET_PORT = myData.ports.vaultwarden;
|
ROCKET_PORT = myData.ports.vaultwarden;
|
||||||
ROCKET_LOG = "critical";
|
LOG_LEVEL = "warn";
|
||||||
DOMAIN = "https://bitwarden.jakstys.lt";
|
DOMAIN = "https://bitwarden.jakstys.lt";
|
||||||
SIGNUPS_ALLOWED = true;
|
SIGNUPS_ALLOWED = false;
|
||||||
INVITATION_ORG_NAME = "jakstys";
|
INVITATION_ORG_NAME = "jakstys";
|
||||||
|
|
||||||
# TODO remove after 1.29.0
|
# TODO remove after 1.29.0
|
||||||
|
Loading…
Reference in New Issue
Block a user