use the right port on ocs service

This commit is contained in:
A.Unger
2019-12-13 10:36:28 +01:00
parent 58eaf3750f
commit ded7b7249c

View File

@@ -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