infrastructure/roles/zeitbild_frontend_dali/vardef.json

43 lines
635 B
JSON
Raw Normal View History

2024-10-12 12:29:39 +02:00
{
"git_reference": {
"type": "string",
"mandatory": false
},
2024-10-25 11:45:26 +02:00
"git_repository_url": {
"type": "string",
"mandatory": false
},
2024-10-12 12:29:39 +02:00
"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
}
}