|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
type RestfulConf struct {
|
|
|
|
|
Host string `json:",default=0.0.0.0"`
|
|
|
|
|
Port int
|
|
|
|
|
LogMode string `json:",options=[file,console]"
|
|
|
|
|
LogMode string `json:",options=[file,console]"`
|
|
|
|
|
Verbose bool `json:",optional"`
|
|
|
|
|
MaxConns int `json:",default=10000"`
|
|
|
|
|
MaxBytes int64 `json:",default=1048576"`
|
|
|
|
|