Skip to content

Commit c96d60b

Browse files
author
Noor Malik
committed
Update port to 7979
1 parent 85e0c26 commit c96d60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
defaultRefreshLimit = "15m"
2626
defaultEventQueueSize = "10"
2727
defaultClientGOTimeout = 30 * time.Second
28-
healthEndpointAddress = ":8080"
28+
healthEndpointAddress = ":7979"
2929
)
3030

3131
var (

0 commit comments

Comments
 (0)