mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-11 16:32:31 -05:00
use the right port on ocs service
This commit is contained in:
@@ -73,7 +73,7 @@ func configureOCS(cfg *config.Config) *svcconfig.Config {
|
||||
cfg.OCS.Log.Pretty = cfg.Log.Pretty
|
||||
cfg.OCS.Log.Color = cfg.Log.Color
|
||||
cfg.OCS.Tracing.Enabled = false
|
||||
cfg.OCS.HTTP.Addr = "localhost:9109"
|
||||
cfg.OCS.HTTP.Addr = "localhost:9110"
|
||||
cfg.OCS.HTTP.Root = "/"
|
||||
|
||||
return cfg.OCS
|
||||
|
||||
Reference in New Issue
Block a user