瀏覽代碼

更新uat配置

MaiXinRong 4 年之前
父節點
當前提交
9543cd722c
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      config/config.uat.js

+ 3 - 3
config/config.uat.js

@@ -17,9 +17,9 @@ module.exports = appInfo => {
             // 端口号
             port: '3306',
             // 用户名
-            user: 'smartcost',
+            user: 'zh_calc',
             // 密码
-            password: 'zongheng_@)!(_jlzf',
+            password: 'zh@)!(3850calc',
             // 数据库名
             database: 'calculation',
             multipleStatements: true,
@@ -37,7 +37,7 @@ module.exports = appInfo => {
         client: {
             host: '127.0.0.1',
             port: '6379',
-            password: 'zongheng_@)!(_jlzf',
+            password: 'zh@)!(3850calc',
             db: '0',
         },
         agent: true,