Skip to content

Commit

Permalink
Merge pull request #44 from DBOMproject/hotfix/default-port-conflict
Browse files Browse the repository at this point in the history
Update env.go to revert default port to 3000
  • Loading branch information
amithkk authored Sep 22, 2021
2 parents 38af86f + 598d414 commit c3fbe5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package helpers

import "os"

const defaultPort = "3005"
const defaultPort = "3000"

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

0 comments on commit c3fbe5c

Please sign in to comment.