change ports

This commit is contained in:
lowcarbdev
2026-02-28 22:52:37 -07:00
parent 69253e174d
commit d6d0b07b50
17 changed files with 28 additions and 22 deletions
+2 -2
View File
@@ -150,7 +150,7 @@ func main() {
go func() {
port := os.Getenv("PORT")
if port == "" {
port = "8081"
port = "8085"
}
pprofPort := "6060"
logger.Info("Memory profiling available", "url", "http://localhost:"+pprofPort+"/debug/pprof/")
@@ -161,7 +161,7 @@ func main() {
port := os.Getenv("PORT")
if port == "" {
port = "8081"
port = "8085"
}
// Create HTTP server with longer timeouts for large file uploads