5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 21:32:31 +00:00
matterbridge/bridge
Wim 92d9db5a2d Override config from environment. See #50
Expects uppercase environment variables of MATTERBRIDGE_PROTOCOL_ACCOUNT_KEY="value"
e.g. you can override this config

[mattermost]
    [mattermost.work]
    Team="yourteam"
    Login="yourlogin"
    Password="yourpass"

by using
MATTERBRIDGE_MATTERMOST_WORK_TEAM="newteam"
MATTERBRIDGE_MATTERMOST_WORK_LOGIN="newlogin"
MATTERBRIDGE_MATTERMOST_WORK_PASSWORD="newpassword"
2016-10-30 22:32:29 +01:00
..
config Override config from environment. See #50 2016-10-30 22:32:29 +01:00
discord Add support for discord channel ID. See #57 2016-10-26 01:01:36 +02:00
gitter Cleanup gitter bridge debug/info messages 2016-09-20 00:06:19 +02:00
irc Wait until the welcome message before connection is ok (irc). Fixes #62 2016-10-29 18:59:12 +02:00
mattermost Fix teamid bug (mattermost) 2016-10-29 16:46:02 +02:00
slack Drop first received message on connection to avoid duplicates (slack). Fixes #55 2016-10-29 21:05:56 +02:00
xmpp Cleanup xmpp bridge debug/info messages 2016-09-20 00:03:01 +02:00
bridge.go Override config from environment. See #50 2016-10-30 22:32:29 +01:00