infrastructure/roles/arc_core/vardef.json

27 lines
397 B
JSON
Raw Normal View History

2024-08-21 20:55:06 +02:00
{
"user": {
"mandatory": false,
"type": "string"
},
"directory": {
"mandatory": false,
"type": "string"
},
"server_host": {
"mandatory": false,
"type": "string"
},
"server_port": {
"mandatory": false,
"type": "integer"
},
"authentication_hash_salt": {
"mandatory": true,
"type": "string"
},
"authelia_usersfile_path": {
"mandatory": false,
"type": "string"
}
}