oops
This commit is contained in:
parent
ed477e8cc6
commit
46bc36ad4a
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ func NewConfigFromYml(contents io.Reader) (*Config, error) {
|
||||||
func NewConfig() *Config {
|
func NewConfig() *Config {
|
||||||
config := &Config{}
|
config := &Config{}
|
||||||
|
|
||||||
config.Server.Host = "127.0.0.1"
|
config.Server.Host = ""
|
||||||
config.Server.Port = 8080
|
config.Server.Port = 8080
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue