uupdated port

main
alex 2023-11-05 15:03:21 +01:00
parent ac42d1989d
commit adbd2fdc8c
2 changed files with 1 additions and 1 deletions

BIN
main

Binary file not shown.

View File

@ -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