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