-
Notifications
You must be signed in to change notification settings - Fork 21
/
secret.sample.json
34 lines (34 loc) · 1.04 KB
/
secret.sample.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
{
"MiraiApiHttpHost": "127.0.0.1",
"MiraiApiHttpPort": 8080,
"MiraiApiHttpAuthKey": "ABCDEFGH",
"SauceNAO_API_KEY": "",
"targetQQ": 1234567890,
"tempPath": "C:\\mirai\\temp",
"emoticonsPath": "C:\\Satania-QQBot\\emoticons",
"AI_QQ_APPID": 0,
"AI_QQ_APPKEY": "",
"Baidu_APP_ID": "",
"Baidu_API_KEY": "",
"Baidu_SECRET_KEY": "",
"EnableVoice": false,
"PixivUserName": "",
"PixivToken": "",
"PixivAPIAccounts": [{
"userName": "",
"token": ""
}],
"chromiumUserData": "C:\\Users\\[CurrentUser]\\AppData\\Local\\Chromium\\User Data",
"mysqlHost": "127.0.0.1",
"mysqlPort": 3306,
"mysqlUser": "",
"mysqlPassword": "",
"mysqlDatabase": "",
"httpHost": "127.0.0.1",
"publicDomainName": "http://127.0.0.1:33000",
"imagePath": "C:\\Satania-QQBot\\web\\image",
"imageRootUrl": "http://127.0.0.1:33100/image",
"serviceRootUrl": "http://127.0.0.1:33100",
"evaluateCodeUrl": "http://127.0.0.1:33200",
"pixivpyUrl": "http://127.0.0.1:33101"
}