Authored by 陈峰

commit

module.exports = {
delay: 500,
database: {
connect: {
host: 'write.ufo.yohoops.org',
port: '3306',
user: 'yh_vpc_bak',
password: 'yoho@2Y$^YpNb7hp',
charset: 'utf8mb4',
timezone: '+08:00'
},
database: 'ufo_product',
},
monitorReport: {
host: '10.66.4.25',
port: 8086,
db: 'web_monitor',
},
// database: {
// connect: {
// host: 'write.ufo.yohoops.org',
// host: '192.168.102.219',
// port: '3306',
// user: 'yh_vpc_bak',
// password: 'yoho@2Y$^YpNb7hp',
// user: 'yh_test',
// password: 'yh_test',
// charset: 'utf8mb4',
// timezone: '+08:00'
// },
// database: 'ufo_product',
// },
monitorReport: {
host: '10.66.4.25',
port: 8086,
db: 'web_monitor',
},
database: {
connect: {
host: '192.168.102.219',
port: '3306',
user: 'yh_test',
password: 'yh_test',
charset: 'utf8mb4',
timezone: '+08:00'
},
database: 'ufo_product',
},
loggers: [{
silent: true,
type: 'dailyfile',
... ...