Fix debug port of audit to not conflict with nats
Also add "audit" service to the port ranges table
This commit is contained in:
committed by
Ralf Haferkamp
parent
9b9d88e7d6
commit
b20d65177f
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user