Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fab534

Browse files
committed
update example
1 parent e66275f commit 6fab534

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

config.json.example

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
{
22
"prefix": "cando",
3+
"ignoreName": false,
34
"whitelisted": [
4-
"Agora Space #3:bunker",
5-
"Agora - management",
6-
"File Transfer"
5+
"CANDO bot testing"
76
],
8-
"management": "Agora - management",
9-
"store": "./tickets.json"
7+
"management": [
8+
"Agora - management"
9+
],
10+
"store": "./tickets.json",
11+
"processor": "./support.js",
12+
"email": false,
13+
"mailgun": {
14+
"apiKey": "apiKeyFromMailGun",
15+
"domain": "domainDNSEntryForMailGun",
16+
"from": "Coderbunker IT <[email protected]>",
17+
18+
"subject": "Please scan WeChat QRcode with Coderbunker Phone"
19+
}
1020
}

0 commit comments

Comments
 (0)