Browse Source
Allow editing HIBP key in the admin panel
pull/555/head^2
Daniel García
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/config.rs
|
|
@ -235,7 +235,7 @@ make_config! { |
|
|
|
web_vault_enabled: bool, false, def, true; |
|
|
|
|
|
|
|
/// HIBP Api Key |> HaveIBeenPwned API Key, request it here: https://haveibeenpwned.com/API/Key
|
|
|
|
hibp_api_key: String, false, option; |
|
|
|
hibp_api_key: Pass, true, option; |
|
|
|
|
|
|
|
/// Disable icon downloads |> Set to true to disable icon downloading, this would still serve icons from
|
|
|
|
/// $ICON_CACHE_FOLDER, but it won't produce any external network request. Needs to set $ICON_CACHE_TTL to 0,
|
|
|
|