mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 20:29:54 -06:00
Merge pull request #2271 from owncloud/spare-port-80
This commit is contained in:
5
changelog/unreleased/spare-port-80.md
Normal file
5
changelog/unreleased/spare-port-80.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Bugfix: Dont use port 80 as debug for GroupsProvider
|
||||
|
||||
A copy/paste error where the configuration for the groupsprovider's debug address was not present leaves go-micro to start the debug service in port 80 by default.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/2271
|
||||
@@ -69,7 +69,7 @@ func Groups(cfg *config.Config) *cli.Command {
|
||||
|
||||
debugServer, err := debug.Server(
|
||||
debug.Name(c.Command.Name+"-debug"),
|
||||
debug.Addr(cfg.Reva.Users.DebugAddr),
|
||||
debug.Addr(cfg.Reva.Groups.DebugAddr),
|
||||
debug.Logger(logger),
|
||||
debug.Context(ctx),
|
||||
debug.Config(cfg),
|
||||
|
||||
Reference in New Issue
Block a user