]> git.somenet.org - pub/jan/mattermost.git/blob - ics_to_channel/config.py.example
[cron] ICS-calendars to Mattermost channel(s).
[pub/jan/mattermost.git] / ics_to_channel / config.py.example
1 #
2 # Someone's Mattermost maintenance scripts.
3 #   Copyright (c) 2016-2020 by Someone <someone@somenet.org> (aka. Jan Vales <jan@jvales.net>)
4 #   published under MIT-License
5 #
6 # Config file.
7 #   mv to config.py.examle config.py + edit.
8 #
9
10 mm_api_url = "..."
11 mm_user = "..."
12 mm_user_pw = "..."
13
14 ics_config = {
15     "alias": ["ics-url",["channel1-id", "channel2-id", ]],
16     }