增加pgsql适配(todo)

This commit is contained in:
蒋吉兆
2021-11-15 23:00:14 +08:00
parent 0d9f9e41bb
commit 1744c0b44d
9 changed files with 125 additions and 40 deletions
+15
View File
@@ -59,6 +59,21 @@ captcha:
# 未初始化之前请勿手动修改数据库信息!!!如果一定要手动初始化请看(https://www.github.com/flipped-aurora/gin-vue-admin/server.com/docs/first
mysql:
path: ''
port: ''
config: ''
db-name: ''
username: ''
password: ''
max-idle-conns: 10
max-open-conns: 100
log-mode: ""
log-zap: false
# pgsql connect configuration
# 未初始化之前请勿手动修改数据库信息!!!如果一定要手动初始化请看(https://www.github.com/flipped-aurora/gin-vue-admin/server.com/docs/first
pgsql:
path: ''
port: ''
config: ''
db-name: ''
username: ''