Merge pull request #3827 from wkloucek/update-port-ranges-add-debug-config

update port ranges add debug config
This commit is contained in:
Martin
2022-05-18 16:32:57 +02:00
committed by GitHub
6 changed files with 54 additions and 23 deletions
@@ -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",
},