[mod] role:authelia:log-pfad

This commit is contained in:
Christian Fraß 2023-12-17 11:19:44 +01:00
parent 7615a64d56
commit e54bcb1093

View file

@ -4,7 +4,7 @@
"var_authelia_listen_address": "0.0.0.0", "var_authelia_listen_address": "0.0.0.0",
"var_authelia_jwt_secret": "REPLACE_ME", "var_authelia_jwt_secret": "REPLACE_ME",
"var_authelia_users_file_path": "/var/authelia/users.yml", "var_authelia_users_file_path": "/var/authelia/users.yml",
"var_authelia_log_file_path": "/var/log/authelia.log", "var_authelia_log_file_path": "/var/authelia/log.jsonl",
"var_authelia_session_domain": "example.org", "var_authelia_session_domain": "example.org",
"var_authelia_session_secret": "REPLACE_ME", "var_authelia_session_secret": "REPLACE_ME",
"var_authelia_storage_path": "/var/authelia/state.db", "var_authelia_storage_path": "/var/authelia/state.db",