changed port

main
alex 2023-11-05 09:51:59 +01:00
parent 839857807e
commit 231da28795
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,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