director/appsettings.example.json
Adam R. Grey a6c03261f9 theoretically seems to read schedule as occurences properly
but for some reason 08-23 is showing up twice. so if I just assume that sabreDAV and/or nextcloud have some weird workaround, le'ts just let the 23rd roll around and never speak of this again >_>
2021-08-19 08:44:38 -04:00

10 lines
454 B
JSON

{
"kafka_bootstrap": "localhost:9092",
"call_for_humans_discord_webhook": "http://localhost",
"webdav_uri": "http://mywebdav",
"webdav_username": "xX_sephiroth_Xx@aol.com",
"webdav_password": "sw0rdf1sh",
"calendar_youtube": "calendars/1wingedangle/youtube-channel_shared_by_adam",
"calendar_twitch": "calendars/1wingedangle/twitch-channel_shared_by_adam",
"calendar_other": "calendars/1wingedangle/other_shared_by_adam"
}