forked from BetterJS/badjs-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.debug.json
35 lines (35 loc) · 1.08 KB
/
project.debug.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
{
"port": 8081,
"mysql" : {
"url" : "mysql://root@localhost:3306/badjs"
},
"storage" : {
"errorMsgTopUrl" : "http://127.0.0.1:9000/errorMsgTop",
"errorMsgTopCacheUrl" : "http://127.0.0.1:9000/errorMsgTopCache",
"queryUrl" : "http://127.0.0.1:9000/query",
"queryCountUrl": "http://127.0.0.1:9000/queryCount",
"querySvgUrl": "http://127.0.0.1:9000/errorCountSvg"
},
"acceptor": {
"pushProjectUrl" : "http://127.0.0.1:9001/getProjects"
},
"zmq" : {
"url" : "tcp://127.0.0.1:10000",
"subscribe" : "badjs"
},
"email": {
"homepage": "http://badjs.sng.local/user/index.html",
"from": "badjs-vip@tencent.com",
"emailSuffix" : "@tencent.com",
"time": "09:00:00",
"top": 20,
"module": "email"
},
"postgreSql": {
"connString": "postgres://tdw_v_zscai:234516038@pub-bi-tdw.oa.com:5432/sng_vas_speedtest_database"
},
"fileStorage":{
"pageid":"./fileStorage/pageid.json",
"threshold":"./fileStorage/threshold.json"
}
}