ansible-base/roles/sqlite-for-hedgedoc/defaults/main.json

7 lines
111 B
JSON
Raw Normal View History

2024-03-20 00:06:17 +01:00
{
2025-10-08 11:32:52 +02:00
"cfg_sqlite_for_hedgedoc_defaults": {
2025-10-08 11:31:00 +02:00
"path": "/var/hedgedoc/data.sqlite",
"user_name": "hedgedoc"
}
2024-03-20 00:06:17 +01:00
}