We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38af86f + 598d414 commit c3fbe5cCopy full SHA for c3fbe5c
src/helpers/env.go
@@ -19,7 +19,7 @@ package helpers
19
20
import "os"
21
22
-const defaultPort = "3005"
+const defaultPort = "3000"
23
24
func GetServiceAddress() (address string) {
25
if port := os.Getenv("PORT"); port != "" {
0 commit comments