Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Tiwari <ashishjaitiwari15112000@gmail.com>
  • Loading branch information
Revolyssup authored Feb 13, 2023
1 parent 452f420 commit 75fc4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func serviceAddress() string {
return svcAddr
}

return "mesherylocal.layer5.io"
return "localhost"
}
func isDebug() bool {
return os.Getenv("DEBUG") == "true"
Expand Down

0 comments on commit 75fc4b0

Please sign in to comment.