1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-24 21:10:39 +00:00

Remove local icon extractor

This commit is contained in:
Daniel García 2019-01-27 16:42:30 +01:00
commit f935f5cf46
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
2 changed files with 0 additions and 8 deletions

View file

@ -56,7 +56,6 @@ make_config! {
extended_logging: bool,
log_file: Option<String>,
local_icon_extractor: bool,
signups_allowed: bool,
invitations_allowed: bool,
admin_token: Option<String>,
@ -167,7 +166,6 @@ impl Config {
extended_logging: get_env_or("EXTENDED_LOGGING", true),
log_file: get_env("LOG_FILE"),
local_icon_extractor: get_env_or("LOCAL_ICON_EXTRACTOR", false),
signups_allowed: get_env_or("SIGNUPS_ALLOWED", true),
admin_token: get_env("ADMIN_TOKEN"),
invitations_allowed: get_env_or("INVITATIONS_ALLOWED", true),