We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e0c26 commit c96d60bCopy full SHA for c96d60b
main.go
@@ -25,7 +25,7 @@ const (
25
defaultRefreshLimit = "15m"
26
defaultEventQueueSize = "10"
27
defaultClientGOTimeout = 30 * time.Second
28
- healthEndpointAddress = ":8080"
+ healthEndpointAddress = ":7979"
29
)
30
31
var (
0 commit comments