infrastructure/roles/arc_core/templates/conf.json.j2
2024-08-21 20:55:06 +02:00

15 lines
322 B
Django/Jinja

{
"version": 1,
"server": {
"host": "{{var_arc_core_server_host}}",
"port": {{var_arc_core_server_port | string}}
},
"authentication": {
"timestamp_tolerance": 2.0,
"hash_salt": "{{var_arc_core_authentication_hash_salt}}"
},
"authelia": {
"usersfile_path": "{{var_arc_core_authelia_usersfile_path}}"
}
}