infrastructure/roles/arc_core/vardef.json

35 lines
532 B
JSON
Raw Normal View History

2024-08-21 20:55:06 +02:00
{
"user": {
"mandatory": false,
"type": "string"
},
"directory": {
"mandatory": false,
"type": "string"
},
2024-10-25 09:46:40 +02:00
"git_reference": {
"mandatory": false,
"type": "string"
},
"git_repository_url": {
"mandatory": false,
"type": "string"
},
2024-08-21 20:55:06 +02:00
"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"
}
}