#
# Someone's Mattermost maintenance scripts.
#   Copyright (c) 2016-2020 by Someone <someone@somenet.org> (aka. Jan Vales <jan@jvales.net>)
#   published under MIT-License
#
# Config file.
#   mv to config.py.examle config.py + edit.
#

mm_api_url = "..."
mm_user = "..."
mm_user_pw = "..."

ics_config = {
    "alias": ["ics-url",["channel1-id", "channel2-id", ]],
    }