34 lines
532 B
JSON
34 lines
532 B
JSON
{
|
|
"user": {
|
|
"mandatory": false,
|
|
"type": "string"
|
|
},
|
|
"directory": {
|
|
"mandatory": false,
|
|
"type": "string"
|
|
},
|
|
"git_reference": {
|
|
"mandatory": false,
|
|
"type": "string"
|
|
},
|
|
"git_repository_url": {
|
|
"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"
|
|
}
|
|
}
|