infrastructure/roles/postgresql-for-espe/vardef.json

23 lines
315 B
JSON
Raw Normal View History

2024-06-05 22:15:46 +02:00
{
"username": {
"type": "string",
"mandatory": false
},
"password": {
"type": "string",
"mandatory": true
},
"schema": {
"type": "string",
"mandatory": false
},
"git_repository_url": {
"type": "string",
"mandatory": false
},
2024-06-05 22:15:46 +02:00
"git_reference": {
"type": "string",
"mandatory": false
}
}