Browse Source

调整uat配置,测试mysql

maixinrong 5 years ago
parent
commit
48aca09bc7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/config.uat.js

+ 1 - 0
config/config.uat.js

@@ -22,6 +22,7 @@ module.exports = appInfo => {
             password: 'zongheng_@)!(_jlzf',
             // 数据库名
             database: 'calculation',
+            multipleStatements: true,
         },
         // 是否加载到 app 上,默认开启
         app: true,