update appsettings example
This commit is contained in:
parent
de9fafe348
commit
5b99e360e7
@ -4,9 +4,18 @@
|
|||||||
"webdav_uri": "http://mywebdav",
|
"webdav_uri": "http://mywebdav",
|
||||||
"webdav_username": "xX_sephiroth_Xx@aol.com",
|
"webdav_username": "xX_sephiroth_Xx@aol.com",
|
||||||
"webdav_password": "sw0rdf1sh",
|
"webdav_password": "sw0rdf1sh",
|
||||||
"calendar_youtube": "calendars/1wingedangle/youtube-channel_shared_by_adam",
|
"webdav_calendars": [
|
||||||
"calendar_twitch": "calendars/1wingedangle/twitch-channel_shared_by_adam",
|
"calendars/silverworker/twitch_shared_by_adam",
|
||||||
"calendar_other": "calendars/1wingedangle/other_shared_by_adam",
|
"calendars/silverworker/youtube-channel_shared_by_adam",
|
||||||
"show_template_yt_release": "./yt release/config.json",
|
"calendars/silverworker/other-1_shared_by_adam"
|
||||||
"show_template_twitch_streams": "./twitch stream configs/"
|
],
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user