优化docker-compose的配置文件

This commit is contained in:
SliverHorn
2020-10-06 12:00:13 +08:00
parent ad504a17e0
commit 07c6bbd7e1
5 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ system:
env: 'public' # Change to "develop" to skip authentication for development mode
addr: 8888
db-type: 'mysql'
oss-type: 'qiniu'
oss-type: 'local'
config-env: 'GVA_CONFIG'
need-init-data: false
use-multipoint: false
@@ -58,7 +58,7 @@ mysql:
config: 'charset=utf8mb4&parseTime=True&loc=Local'
db-name: 'qmPlus'
username: 'root'
password: 'gdkid,,..'
password: 'Aa@6447985'
max-idle-conns: 10
max-open-conns: 10
log-mode: false