diff --git a/docs/services/general-info/port-ranges.md b/docs/services/general-info/port-ranges.md index a9daef8b34..6d6f21b191 100644 --- a/docs/services/general-info/port-ranges.md +++ b/docs/services/general-info/port-ranges.md @@ -55,7 +55,7 @@ We also suggest to use the last port in your extensions' range as a debug/metric | 9210-9214 | FREE | | 9215-9219 | [storage-system]({{< ref "../storage-system/_index.md" >}}) | | 9220-9224 | [search]({{< ref "../search/_index.md" >}}) | -| 9225-9229 | FREE | +| 9225-9229 | [audit]({{< ref "../audit/_index.md" >}}) | | 9230-9234 | [nats]({{< ref "../nats/_index.md" >}}) | | 9235-9239 | [idm]({{< ref "../idm/_index.md" >}}) | | 9240-9244 | [app-registry]({{< ref "../app-registry/_index.md" >}}) | diff --git a/services/audit/pkg/config/defaults/defaultconfig.go b/services/audit/pkg/config/defaults/defaultconfig.go index a5bd571237..96ef55af55 100644 --- a/services/audit/pkg/config/defaults/defaultconfig.go +++ b/services/audit/pkg/config/defaults/defaultconfig.go @@ -16,7 +16,7 @@ func FullDefaultConfig() *config.Config { func DefaultConfig() *config.Config { return &config.Config{ Debug: config.Debug{ - Addr: "127.0.0.1:9234", + Addr: "127.0.0.1:9229", Zpages: false, Pprof: false, },