Commit 10ab31b0 authored by daidekun's avatar daidekun

修改配置文件

parent 48da371c
'use strict'; 'use strict';
var redis = 'redis'
var db = 'db'
module.exports = { module.exports = {
ip: process.env.OPENSHIFT_NODEJS_IP || process.env.IP || undefined, ip: process.env.OPENSHIFT_NODEJS_IP || process.env.IP || undefined,
...@@ -16,8 +18,8 @@ module.exports = { ...@@ -16,8 +18,8 @@ module.exports = {
db: { db: {
host: db, host: db,
user: 'qa', user: 'qa',
password: 'qatest' password: 'qatest',
database: 'xyqb' database: 'xyqb'
}, },
coreDb: { coreDb: {
host: db, host: db,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment