mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 21:00:30 -06:00
expose debug server for missing extensions
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Bugfix: Enable debug server by default
|
||||
|
||||
We've fixed the behavior for th audit, idm, nats and notifications extensions, that
|
||||
did not start their debug server by default.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/3827
|
||||
@@ -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