You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
231 B
15 lines
231 B
3 years ago
|
app:
|
||
|
logFile: log/gin.log
|
||
|
httpPort: 8080
|
||
|
webSocketPort: 8089
|
||
|
rpcPort: 9001
|
||
|
httpUrl: 127.0.0.1:8080
|
||
|
webSocketUrl: 127.0.0.1:8089
|
||
|
|
||
|
|
||
|
redis:
|
||
|
addr: "localhost:6379"
|
||
|
password: ""
|
||
|
DB: 0
|
||
|
poolSize: 30
|
||
|
minIdleConns: 30
|