mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-13 18:00:00 +08:00
Update readme.md
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
type RestfulConf struct {
|
type RestfulConf struct {
|
||||||
Host string `json:",default=0.0.0.0"`
|
Host string `json:",default=0.0.0.0"`
|
||||||
Port int
|
Port int
|
||||||
LogMode string `json:",options=[file,console]"
|
LogMode string `json:",options=[file,console]"`
|
||||||
Verbose bool `json:",optional"`
|
Verbose bool `json:",optional"`
|
||||||
MaxConns int `json:",default=10000"`
|
MaxConns int `json:",default=10000"`
|
||||||
MaxBytes int64 `json:",default=1048576"`
|
MaxBytes int64 `json:",default=1048576"`
|
||||||
|
|||||||
Reference in New Issue
Block a user