infrastructure/roles/zeitbild_frontend_dali/vardef.json
2024-10-25 11:45:26 +02:00

42 lines
635 B
JSON

{
"git_reference": {
"type": "string",
"mandatory": false
},
"git_repository_url": {
"type": "string",
"mandatory": false
},
"directory": {
"type": "string",
"mandatory": false
},
"user": {
"type": "string",
"mandatory": false
},
"title": {
"type": "string",
"mandatory": false
},
"backend_scheme": {
"type": "string",
"mandatory": false
},
"backend_host": {
"type": "string",
"mandatory": false
},
"backend_port": {
"type": "string",
"mandatory": false
},
"backend_path_base": {
"type": "string",
"mandatory": false
},
"url_base": {
"type": "string",
"mandatory": false
}
}