feat(channels): add mattermost adapter and wiring
This commit is contained in:
@@ -20,6 +20,15 @@ telegram:
|
||||
# poll_interval_ms: 5000
|
||||
# send_timeout_ms: 15000
|
||||
|
||||
# Optional: Mattermost
|
||||
# mattermost:
|
||||
# server_url: ${MATTERMOST_SERVER_URL}
|
||||
# bot_token: ${MATTERMOST_BOT_TOKEN}
|
||||
# allowed_channel_ids: [] # Empty = allow all channels (pairing/mention rules still apply)
|
||||
# require_mention: true
|
||||
# mention_name: flynn
|
||||
# poll_interval_ms: 3000
|
||||
|
||||
# Optional: Microsoft Teams (Bot Framework)
|
||||
# teams:
|
||||
# app_id: ${TEAMS_APP_ID}
|
||||
|
||||
Reference in New Issue
Block a user