Skip to content

Commit f83332b

Browse files
committed
docker-compose shell 脚本更新
1 parent b8d187b commit f83332b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.docker-compose/shell/server-handle.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ cat>"${filename}"<<EOF
1010
# jwt configuration
1111
jwt:
1212
signing-key: 'qmPlus'
13+
expires-time: 604800
14+
buffer-time: 86400
1315
1416
# zap logger configuration
1517
zap:
@@ -65,8 +67,9 @@ mysql:
6567
username: 'root'
6668
password: 'Aa@6447985'
6769
max-idle-conns: 10
68-
max-open-conns: 10
70+
max-open-conns: 100
6971
log-mode: false
72+
log-zap: ""
7073
7174
# local configuration
7275
local:

0 commit comments

Comments
 (0)