added local config file
This commit is contained in:
51
vaultwarden/config/config.json
Normal file
51
vaultwarden/config/config.json
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"domain": "https://bitwarden.akanealw.com",
|
||||||
|
"sends_allowed": true,
|
||||||
|
"incomplete_2fa_time_limit": 3,
|
||||||
|
"disable_icon_download": false,
|
||||||
|
"signups_allowed": false,
|
||||||
|
"signups_verify": false,
|
||||||
|
"signups_verify_resend_time": 3600,
|
||||||
|
"signups_verify_resend_limit": 6,
|
||||||
|
"invitations_allowed": false,
|
||||||
|
"emergency_access_allowed": true,
|
||||||
|
"email_change_allowed": false,
|
||||||
|
"password_iterations": 600000,
|
||||||
|
"password_hints_allowed": true,
|
||||||
|
"show_password_hint": false,
|
||||||
|
"admin_token": "$argon2id$v=19$m=65540,t=3,p=4$ApcwkwcAg8nR48KsA7bfxRk7Gu+BUyTzG33EdNffYAE$dBPgOmU2vaGR9r4XbWBreaVlX4XqvA2tEq4hQyZnmlA",
|
||||||
|
"invitation_org_name": "Vaultwarden",
|
||||||
|
"ip_header": "X-Real-IP",
|
||||||
|
"icon_redirect_code": 302,
|
||||||
|
"icon_cache_ttl": 2592000,
|
||||||
|
"icon_cache_negttl": 259200,
|
||||||
|
"icon_download_timeout": 10,
|
||||||
|
"icon_blacklist_non_global_ips": true,
|
||||||
|
"disable_2fa_remember": false,
|
||||||
|
"authenticator_disable_time_drift": false,
|
||||||
|
"require_device_email": false,
|
||||||
|
"reload_templates": false,
|
||||||
|
"log_timestamp_format": "%Y-%m-%d %H:%M:%S.%3f",
|
||||||
|
"admin_session_lifetime": 20,
|
||||||
|
"_enable_yubico": true,
|
||||||
|
"_enable_duo": true,
|
||||||
|
"_enable_smtp": true,
|
||||||
|
"use_sendmail": false,
|
||||||
|
"smtp_host": "smtp.gmail.com",
|
||||||
|
"smtp_security": "starttls",
|
||||||
|
"smtp_port": 587,
|
||||||
|
"smtp_from": "notify.akanealw@gmail.com",
|
||||||
|
"smtp_from_name": "Vaultwarden",
|
||||||
|
"smtp_username": "notify.akanealw@gmail.com",
|
||||||
|
"smtp_password": "leawkqqpthbwacrf",
|
||||||
|
"smtp_timeout": 15,
|
||||||
|
"helo_name": "vaultwarden",
|
||||||
|
"smtp_embed_images": true,
|
||||||
|
"smtp_accept_invalid_certs": false,
|
||||||
|
"smtp_accept_invalid_hostnames": false,
|
||||||
|
"_enable_email_2fa": true,
|
||||||
|
"email_token_size": 6,
|
||||||
|
"email_expiration_time": 600,
|
||||||
|
"email_attempts_limit": 3
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user