mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-22 04:43:00 +00:00
优化docker-compose的配置文件
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user