mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-05 11:00:12 -05:00
expose debug server for missing extensions
This commit is contained in:
@@ -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