沈斌
2018-01-08 8b91c89338f54b1d22a5864edcf56ebfd85c4dc8
1
2
3
4
5
6
7
8
9
10
11
12
13
var config = {
 
    mysql: {
        host : "47.96.26.152",
        database: "monitor",
        user : "root",
        password : "xOlx8z9L7Pt6y9YI"
    },
 
    mongo: "mongodb://monitor_user:monitor_pass@47.96.26.152:27017/monitor"
};
 
module.exports = config;