director/appsettings.example.json

21 lines
811 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",
"webdav_calendars": [
"calendars/silverworker/twitch_shared_by_adam",
"calendars/silverworker/youtube-channel_shared_by_adam",
"calendars/silverworker/other-1_shared_by_adam"
],
"dataSyncCommand": "../ncsync.sh",
"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"
}
]
}