director/appsettings.example.json
Adam R. Grey 47de14dca9 broke for a sec, back to working
fyi `dotnet restore` will say "no need :)", so you have to delete bin/ and obj/ when you need to dotnet restore
2021-09-01 01:16:29 -04:00

13 lines
615 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",
"preshowBufferTime": "04:00:00",
"show_template_yt_release": "./yt release/config.json",
"show_template_twitch_streams": "./twitch stream configs/"
}