infrastructure/roles/zeitbild_frontend_dali/vardef.json
2024-10-12 12:29:39 +02:00

38 lines
565 B
JSON

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