Skip to content

Commit

Permalink
Update port to 7979
Browse files Browse the repository at this point in the history
  • Loading branch information
Noor Malik committed Oct 13, 2022
1 parent 61596ee commit 9023d23
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 @@ -25,7 +25,7 @@ const (
defaultRefreshLimit = "15m"
defaultEventQueueSize = "10"
defaultClientGOTimeout = 30 * time.Second
healthEndpointAddress = ":8080"
healthEndpointAddress = ":7979"
)

var (
Expand Down

0 comments on commit 9023d23

Please sign in to comment.