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 1bebf87 commit 4b30d87Copy full SHA for 4b30d87
README.md
@@ -49,7 +49,7 @@ vi (app.json or app.dev.json or app.prod.json)
49
},
50
"Redis": {
51
"Host": "127.0.0.1",
52
- "Prot": 6379,
+ "Port": 6379,
53
"DBIndex": 0,
54
"UserName": "",
55
"Password": ""
config/app.prod.json
@@ -13,7 +13,7 @@
13
14
15
16
17
18
19
config/config.go
@@ -73,7 +73,7 @@ type dbConfigObj struct {
73
}
74
type redisConfig struct {
75
Host string
76
- Prot uint
+ Port uint
77
DBIndex uint
78
UserName string
79
Password string
0 commit comments