forked from BetterJS/badjs-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
34 lines (34 loc) · 957 Bytes
/
project.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
{
"host" : "http://badjs.server.com/",
"port": 8081,
"mysql" : {
"url" : "mysql://root: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"
},
"acceptor": {
"pushProjectUrl" : "http://127.0.0.1:9001/getProjects"
},
"openapi": {
"pushProjectUrl" : "http://127.0.0.1:9002/getProjects"
},
"zmq" : {
"url" : "tcp://127.0.0.1:10000",
"subscribe" : "badjs"
},
"email": {
"homepage": "http://badjs.server.com/user/index.html",
"from": "[email protected]",
"emailSuffix" : "@tencent.com",
"smtp": "smtp.tencent.com",
"time": "09:00:00",
"top": 20,
"module": "email"
},
"oos" : {
"module":"tencent/tencentoos"
}
}