director/appsettings.example.json

20 lines
772 B
JSON
Raw Normal View History

2021-08-18 23:16:57 -04:00
{
"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",
2021-10-27 04:27:43 -04:00
"webdav_calendars": [
"calendars/silverworker/twitch_shared_by_adam",
"calendars/silverworker/youtube-channel_shared_by_adam",
"calendars/silverworker/other-1_shared_by_adam"
],
"workingDirectory": "../Nextcloud/Shared With Adam/",
"scheduleConfigs": [
{
"calendar": "twitch (adam)",
"eventname": "/Go(o|u)d Mou?rning, Phyrexia \\(in the mou?rning\\)!/",
"SchedulableConfiguration": "../Nextcloud/Shared With Adam/configurations/twitch/gmp.json"
}
]
2021-08-18 23:16:57 -04:00
}