-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
example.conf.json
36 lines (33 loc) · 917 Bytes
/
example.conf.json
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
{
"DEBUG": false,
"TELEGRAM": {
"API_KEY": "TELEGRAM API KEY",
"enableMentions": true
},
"IMGUR": {
"API_ID": "IMGUR API ID",
"API_SECRET": "IMGUR API SECRET",
"enabled": false
},
"PASTEBIN": {
"API_KEY": "PASTEBIN.COM API KEY",
"Username": "PASTEBIN.COM USERNAME",
"Password": "PASTEBIN.COM PASSWORD",
"pastebinLongMessages": false,
"messageLength": 500,
"privacy": "0",
"expireTime": "1W"
},
"IRC": {
"server": "irc.server.org",
"port": 7005,
"sendkey": "IRCD LINK BLOCK: recv_key",
"recvkey": "IRCD LINK BLOCK: send_key",
"name": "telegram.server.org",
"sid": "3 CHARACTER UPPERCASE STRING",
"description": "Telegram Bridge Server",
"network": "IRCNet",
"logchan": "#network",
"nick": "TeleServ"
}
}