forked from g0v/bridge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmatterbridge.toml.template
97 lines (76 loc) · 1.73 KB
/
matterbridge.toml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[slack]
[slack.g0v-tw]
Token="[% SLACK_G0V_TW_TOKEN %]"
RemoteNickFormat="[{BRIDGE}] @{NICK}"
PreserveThreading=true
[slack.daodaoedu]
Token="[% SLACK_DAODAOEDU_TOKEN %]"
RemoteNickFormat="[{BRIDGE}] @{NICK}"
[slack.code-for-korea]
Token="[% SLACK_CODE_FOR_KOREA_TOKEN %]"
RemoteNickFormat="[{BRIDGE}] @{NICK}"
[slack.code-for-japan]
Token="[% SLACK_CODE_FOR_JAPAN_TOKEN %]"
RemoteNickFormat="[{BRIDGE}] @{NICK}"
[mattermost]
[mattermost.g0v-xyz]
Server="chat.g0v.xyz:443"
Team="everyone"
Token="[% MATTERMOST_G0V_XYZ_TOKEN %]"
RemoteNickFormat="[{BRIDGE}] @{NICK}"
PrefixMessagesWithNick=true
[discord]
[discord.cofacts]
Token="[% DISCORD_COFACTS_TOKEN %]"
Server="1060178086714421288"
RemoteNickFormat="[{BRIDGE}] @{NICK}"
PreserveThreading=true
AutoWebhooks=true
[[gateway]]
name="herstory"
enable=true
[[gateway.inout]]
account="slack.g0v-tw"
channel="herstory"
[[gateway]]
name="facing-the-ocean"
enable=true
[[gateway.inout]]
account="slack.code-for-korea"
channel="facing-the-ocean"
[[gateway.inout]]
account="slack.code-for-japan"
channel="overseas-facing_the_ocean"
[[gateway.inout]]
account="slack.g0v-tw"
channel="facing-the-ocean"
[[gateway]]
name="g0v-intl"
enable=true
[[gateway.inout]]
account="slack.g0v-tw"
channel="intl"
[[gateway]]
name="bridge"
enable=true
[[gateway.inout]]
account="slack.g0v-tw"
channel="bridge"
[[gateway]]
name="cofacts"
enable=true
[[gateway.inout]]
account="slack.g0v-tw"
channel="cofacts"
[[gateway.inout]]
account="discord.cofacts"
channel="general"
[[gateway]]
name="daodaoedu"
enable=true
[[gateway.inout]]
account="slack.g0v-tw"
channel="edu-daodao"
[[gateway.inout]]
account="slack.daodaoedu"
channel="主頻道-大會報告島"