Skip to content

Commit

Permalink
Update http.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhangsz authored Apr 19, 2020
1 parent bd98b11 commit 61cbaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type HttpConfig struct {

func LoadHttpConfig() *HttpConfig {
config := &HttpConfig{
HttpHost: EnvString("servers.http_host", "127.0.0.1"),
HttpHost: EnvString("servers.http_host", "0.0.0.0"),
HttpPort: EnvString("servers.http_port", "8341"),
}
return config
Expand Down

0 comments on commit 61cbaf5

Please sign in to comment.