Skip to content

Commit 6c93ccf

Browse files
authored
Update config.yaml (#133)
增加 gorm 时间参数
1 parent ba85299 commit 6c93ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ server:
88
data:
99
database:
1010
driver: mysql
11-
source: root:root@tcp(127.0.0.1:3306)/test
11+
source: root:root@tcp(127.0.0.1:3306)/test?parseTime=True&loc=Local
1212
redis:
1313
addr: 127.0.0.1:6379
1414
read_timeout: 0.2s

0 commit comments

Comments
 (0)