Skip to content

Commit c3fbe5c

Browse files
authored
Merge pull request #44 from DBOMproject/hotfix/default-port-conflict
Update env.go to revert default port to 3000
2 parents 38af86f + 598d414 commit c3fbe5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/env.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package helpers
1919

2020
import "os"
2121

22-
const defaultPort = "3005"
22+
const defaultPort = "3000"
2323

2424
func GetServiceAddress() (address string) {
2525
if port := os.Getenv("PORT"); port != "" {

0 commit comments

Comments
 (0)