20 lines
987 B
JSON
20 lines
987 B
JSON
{
|
|
"var_authelia_listen_address": "0.0.0.0",
|
|
"var_authelia_jwt_secret": "authelia_jwt_secret",
|
|
"var_authelia_users_file_path": "/var/authelia/users.yml",
|
|
"var_authelia_log_file_path": "/var/log/authelia.log",
|
|
"var_authelia_session_domain": "example.org",
|
|
"var_authelia_session_secret": "session_secret",
|
|
"var_authelia_storage_path": "/var/authelia/state.db",
|
|
"var_authelia_storage_encryption_key": "storage_encryption_key",
|
|
"var_authelia_ntp_server": "time.cloudflare.com:123",
|
|
"var_authelia_notification_mode": "smtp",
|
|
"var_authelia_notification_file_path": "/var/authelia/notifications",
|
|
"var_authelia_notification_smtp_host": "smtp.example.org",
|
|
"var_authelia_notification_smtp_port": "465",
|
|
"var_authelia_notification_smtp_username": "authelia",
|
|
"var_authelia_notification_smtp_username": "smtp_password",
|
|
"var_authelia_notification_smtp_sender": "Authelia",
|
|
"var_authelia_notification_smtp_sender": "Authelia",
|
|
"var_authelia_oidc_hmac_secret": "oidc_hmac_secret"
|
|
}
|