Browse Source

Update config.json

Granty1 5 years ago
parent
commit
a263516029
1 changed files with 11 additions and 2 deletions
  1. 11 2
      QMPlusServer/static/config/config.json

+ 11 - 2
QMPlusServer/static/config/config.json

@@ -7,10 +7,13 @@
     },
     "mysqladmin": {
         "username": "root",
-        "password": "YINGL19980716.",
+        "password": "Aa@6447985",
         "path": "127.0.0.1:3306",
         "dbname": "qmPlus",
-        "config": "charset=utf8\u0026parseTime=True\u0026loc=Local"
+        "config": "charset=utf8\u0026parseTime=True\u0026loc=Local",
+        "maxIdleConns": 10,
+        "maxOpenConns": 100,
+        "logMode": true
     },
     "qiniu": {
         "accessKey": "25j8dYBZ2wuiy0yhwShytjZDTX662b8xiFguwxzZ",
@@ -30,5 +33,11 @@
         "keyLong": 6,
         "imgWidth": 120,
         "imgHeight": 40
+    },
+    "log": {
+        "prefix": "[GIN-VUE-ADMIN]",
+        "logFile": false,
+        "stdout": ["DEBUG"],
+        "file": ["WARNING"]
     }
 }