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

26 lines
397 B
JSON

{
"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"
}
}