File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ migrator:
17
17
timerDetailCacheMinutes : 2
18
18
mysql :
19
19
# ## 必填
20
- # ## aliyun : "root:dhxdl666@tcp(47.102.119.88:3306)/timer?charset=utf8mb4&parseTime=True&loc=Local"
21
- dsn : " root:dhxdl666@tcp(127.0.0.1:3306)/timer?charset=utf8mb4&parseTime=True&loc=Local"
20
+ dsn : " root:dhxdl666@tcp(47.102.119.88:3306)/timer?charset=utf8mb4&parseTime=True&loc=Local"
21
+ # dsn: "root:dhxdl666@tcp(127.0.0.1:3306)/timer?charset=utf8mb4&parseTime=True&loc=Local"
22
22
maxOpenConns : 100
23
23
maxIdleConns : 50
24
24
pool :
29
29
redis :
30
30
network : tcp
31
31
# # 必填
32
- # # aliyun "47.102.119.88:16379" pass: "dhxdl666"
33
- address : " 127.0.0.1:6379"
34
- password : " "
32
+ address : " 47.102.119.88:16379"
33
+ password : " dhxdl666"
34
+ # address: "127.0.0.1:6379"
35
+ # password: ""
35
36
maxIdle : 2000
36
37
idleTimeout : 10
37
38
maxActive : 5000
You can’t perform that action at this time.
0 commit comments