|
@@ -12,11 +12,11 @@ module.exports = appInfo => {
|
|
|
// 端口号
|
|
|
port: '3306',
|
|
|
// 用户名
|
|
|
- user: 'root',
|
|
|
+ user: 'smartcost',
|
|
|
// 密码
|
|
|
password: 'smartcost',
|
|
|
// 数据库名
|
|
|
- database: 'calculation',
|
|
|
+ database: 'zongheng_@)!(_jlzf',
|
|
|
},
|
|
|
// 是否加载到 app 上,默认开启
|
|
|
app: true,
|
|
@@ -31,7 +31,7 @@ module.exports = appInfo => {
|
|
|
client: {
|
|
|
host: '127.0.0.1',
|
|
|
port: '6379',
|
|
|
- password: 'test',
|
|
|
+ password: 'zongheng_@)!(_jlzf',
|
|
|
db: '0',
|
|
|
},
|
|
|
agent: true,
|