26 lines
397 B
JSON
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"
|
|
}
|
|
}
|