fix: remove default values from GoTomatoServerConfig model
This commit is contained in:
parent
914421d7a5
commit
45c527cc79
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@ type GoTomatoTimerConfig struct {
|
|||
}
|
||||
|
||||
type GoTomatoServerConfig struct {
|
||||
ListenAddress string `json:"listenAddress, default:"0.0.0.0"`
|
||||
ListenPort int `json:"listenPort, default:8080"`
|
||||
ListenAddress string `json:"listenAddress"`
|
||||
ListenPort int `json:"listenPort"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue