mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
HIBP api key in env variables
This commit is contained in:
@@ -111,6 +111,7 @@ namespace Bit.Setup
|
|||||||
["globalSettings__mail__smtp__username"] = "REPLACE",
|
["globalSettings__mail__smtp__username"] = "REPLACE",
|
||||||
["globalSettings__mail__smtp__password"] = "REPLACE",
|
["globalSettings__mail__smtp__password"] = "REPLACE",
|
||||||
["globalSettings__disableUserRegistration"] = "false",
|
["globalSettings__disableUserRegistration"] = "false",
|
||||||
|
["globalSettings__hibpApiKey"] = "REPLACE",
|
||||||
["adminSettings__admins"] = string.Empty,
|
["adminSettings__admins"] = string.Empty,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user