Merge pull request #3827 from wkloucek/update-port-ranges-add-debug-config
update port ranges add debug config
This commit is contained in:
@@ -13,6 +13,9 @@ func FullDefaultConfig() *config.Config {
|
||||
|
||||
func DefaultConfig() *config.Config {
|
||||
return &config.Config{
|
||||
Debug: config.Debug{
|
||||
Addr: "127.0.0.1:9234",
|
||||
},
|
||||
Service: config.Service{
|
||||
Name: "audit",
|
||||
},
|
||||
|
||||
@@ -16,6 +16,9 @@ func FullDefaultConfig() *config.Config {
|
||||
|
||||
func DefaultConfig() *config.Config {
|
||||
return &config.Config{
|
||||
Debug: config.Debug{
|
||||
Addr: "127.0.0.1:9239",
|
||||
},
|
||||
Service: config.Service{
|
||||
Name: "idm",
|
||||
},
|
||||
|
||||
@@ -19,6 +19,9 @@ func FullDefaultConfig() *config.Config {
|
||||
|
||||
func DefaultConfig() *config.Config {
|
||||
return &config.Config{
|
||||
Debug: config.Debug{
|
||||
Addr: "127.0.0.1:9234",
|
||||
},
|
||||
Service: config.Service{
|
||||
Name: "nats",
|
||||
},
|
||||
|
||||
@@ -16,6 +16,9 @@ func FullDefaultConfig() *config.Config {
|
||||
|
||||
func DefaultConfig() *config.Config {
|
||||
return &config.Config{
|
||||
Debug: config.Debug{
|
||||
Addr: "127.0.0.1:9174",
|
||||
},
|
||||
Service: config.Service{
|
||||
Name: "notifications",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user