signups and logging

This commit is contained in:
Motiejus Jakštys 2023-09-07 14:26:00 +03:00
parent a41c0743ab
commit 8ab980d059
1 changed files with 2 additions and 2 deletions

View File

@ -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