Browse Source

Update config.json

main
Granty1 5 years ago
parent
commit
a263516029
  1. 13
      QMPlusServer/static/config/config.json

13
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"]
}
}
Loading…
Cancel
Save