core/conf/zeitbild.json

18 lines
238 B
JSON
Raw Normal View History

2025-09-10 15:03:17 +02:00
{
"auth": {
"kind": "basic",
"data": null
},
"source": {
"kind": "ics_feed",
"data": {
"url": "http://{{username}}:{{password}}@localhost:7845/export/ics",
"combine": true
}
},
"settings": {
"timezone": "UTC"
}
}