changed port
parent
450e45e54a
commit
6924f1d870
|
@ -56,7 +56,7 @@ func LoadConfig() {
|
||||||
config.Port = os.Getenv("PORT")
|
config.Port = os.Getenv("PORT")
|
||||||
} else { // load from docker env
|
} else { // load from docker env
|
||||||
config.Host = "0.0.0.0"
|
config.Host = "0.0.0.0"
|
||||||
config.Port = "3000"
|
config.Port = "80"
|
||||||
}
|
}
|
||||||
|
|
||||||
Cfg = config
|
Cfg = config
|
||||||
|
|
Loading…
Reference in New Issue