Enabled admin interface for bitwarden #12

Closed
Ghost wants to merge 1 commits from vaultwarden-admin into master
1 changed files with 1 additions and 0 deletions

View File

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