|
@@ -12,9 +12,9 @@ module.exports = appInfo => {
|
|
// 端口号
|
|
// 端口号
|
|
port: '3306',
|
|
port: '3306',
|
|
// 用户名
|
|
// 用户名
|
|
- user: 'smartcost',
|
|
|
|
|
|
+ user: 'zh_calc',
|
|
// 密码
|
|
// 密码
|
|
- password: 'zongheng_@)!(_jlzf',
|
|
|
|
|
|
+ password: 'zh@)!(3850calc',
|
|
// 数据库名
|
|
// 数据库名
|
|
database: 'calculation',
|
|
database: 'calculation',
|
|
},
|
|
},
|
|
@@ -31,10 +31,11 @@ module.exports = appInfo => {
|
|
client: {
|
|
client: {
|
|
host: '127.0.0.1',
|
|
host: '127.0.0.1',
|
|
port: '6379',
|
|
port: '6379',
|
|
- password: 'zongheng_@)!(_jlzf',
|
|
|
|
|
|
+ password: 'zh@)!(3850sc',
|
|
db: '0',
|
|
db: '0',
|
|
},
|
|
},
|
|
agent: true,
|
|
agent: true,
|
|
|
|
+ version: '1.0.0',
|
|
};
|
|
};
|
|
|
|
|
|
// should change to your own
|
|
// should change to your own
|