core/conf-example.json

14 lines
230 B
JSON
Raw Normal View History

2024-08-18 13:57:55 +02:00
{
"server": {
"port": 4466
},
"authentication": {
"timestamp_tolerance": 2.0,
"hash_salt": "63b978b5f59754ddce07adccd830cc48c1adb471d9365c39fe1b8fb3a1013c2f"
},
"authelia": {
"usersfile_path": "/tmp/users.yaml"
}
}