We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d187b commit f83332bCopy full SHA for f83332b
.docker-compose/shell/server-handle.sh
@@ -10,6 +10,8 @@ cat>"${filename}"<<EOF
10
# jwt configuration
11
jwt:
12
signing-key: 'qmPlus'
13
+ expires-time: 604800
14
+ buffer-time: 86400
15
16
# zap logger configuration
17
zap:
@@ -65,8 +67,9 @@ mysql:
65
67
username: 'root'
66
68
password: 'Aa@6447985'
69
max-idle-conns: 10
- max-open-conns: 10
70
+ max-open-conns: 100
71
log-mode: false
72
+ log-zap: ""
73
74
# local configuration
75
local:
0 commit comments