uupdated port
parent
ac42d1989d
commit
adbd2fdc8c
|
@ -80,7 +80,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