Enabled admin interface for bitwarden

vaultwarden-admin
Illia Chub 2022-02-02 08:33:29 +02:00
parent d4bb381693
commit e90969bd15
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ in
domain = "https://password.${cfg.domain}/"; domain = "https://password.${cfg.domain}/";
signupsAllowed = true; signupsAllowed = true;
rocketPort = 8222; rocketPort = 8222;
adminToken = "${cfg.databasePassword}";
}; };
}; };
} }