forked from BetterJS/badjs-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.debug.json
33 lines (33 loc) · 912 Bytes
/
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
{
"host" : "http://badjs.server.com/",
"port": 8081,
"mysql" : {
"url" : "mysql://root:root@localhost:3306/badjs"
},
"storage" : {
"errorMsgTopUrl" : "http://127.0.0.1:9000/errorMsgTop",
"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"
},
"mq": {
"url": "tcp://127.0.0.1:10000",
"subscribe": "badjs",
"module": "axon"
},
"email": {
"homepage": "http://badjs.server.com/user/index.html",
"from": "[email protected]",
"emailSuffix" : "@demo.com",
"smtp": "smtp.demo.com",
"smtpUser": "username",
"smtpPassword":"password",
"time": "09:00:00",
"top": 20,
"module": "email"
}
}