core/misc/conf-example.dvn.json

23 lines
391 B
JSON
Raw Normal View History

2025-09-22 20:08:05 +02:00
{
"realms": [
{
"name": "holidays",
"auth": {
"kind": "static",
"data": {
"password": "secret"
}
},
"source": {
"kind": "ics_feed",
"data": {
"url": "https://www.kayaposoft.com/enrico/ics/v2.0?country=nor&fromDate=01-01-2025&toDate=31-12-2026&region=&holidayType=public_holiday&lang=no"
}
}
}
],
"settings": {
"timezone": "UTC"
}
}