未验证 提交 503380bd 编写于 作者: S SliverHorn 提交者: GitHub

Merge pull request #351 from flipped-aurora/gva_gormv2_dev

紧急修复bug
......@@ -10,6 +10,8 @@ cat>"${filename}"<<EOF
# jwt configuration
jwt:
signing-key: 'qmPlus'
expires-time: 604800
buffer-time: 86400
# zap logger configuration
zap:
......@@ -65,8 +67,9 @@ mysql:
username: 'root'
password: 'Aa@6447985'
max-idle-conns: 10
max-open-conns: 10
max-open-conns: 100
log-mode: false
log-zap: ""
# local configuration
local:
......
......@@ -7,7 +7,7 @@ all: check gva initdb run
gva:
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.io,direct
go env -w GOPROXY=https://goproxy.io,direct
go build -o ${GVA} cmd/main.go
initdb:
......
......@@ -20,4 +20,4 @@ type GetAuthorityId struct {
AuthorityId string
}
type Empty struct {}
\ No newline at end of file
type Empty struct{}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册