ansible-base/roles/sqlite-for-hedgedoc/cfg.schema.json

20 lines
305 B
JSON
Raw Normal View History

2025-10-08 11:31:00 +02:00
{
"nullable": false,
"type": "object",
"properties": {
"path": {
"nullable": false,
"type": "string",
"default": "/var/hedgedoc/data.sqlite"
},
"user_name": {
"nullable": false,
"type": "string",
"default": "hedgedoc"
}
},
"additionalProperties": false,
"required": [
]
}