mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
HIBP api key in env variables
This commit is contained in:
parent
b21e89f264
commit
3422df325b
@ -111,6 +111,7 @@ namespace Bit.Setup
|
||||
["globalSettings__mail__smtp__username"] = "REPLACE",
|
||||
["globalSettings__mail__smtp__password"] = "REPLACE",
|
||||
["globalSettings__disableUserRegistration"] = "false",
|
||||
["globalSettings__hibpApiKey"] = "REPLACE",
|
||||
["adminSettings__admins"] = string.Empty,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user