Quellcode durchsuchen

调整uat配置,测试mysql

maixinrong vor 5 Jahren
Ursprung
Commit
48aca09bc7
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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,