infrastructure/roles/postgresql-for-zeitbild_backend/vardef.json
2024-10-12 12:00:47 +02:00

18 lines
245 B
JSON

{
"username": {
"type": "string",
"mandatory": false
},
"password": {
"type": "string",
"mandatory": true
},
"schema": {
"type": "string",
"mandatory": false
},
"git_reference": {
"type": "string",
"mandatory": false
}
}