Merge pull request #10538 from owncloud/fixOcmLocalInstance

fix local ocm instance
This commit is contained in:
Viktor Scharf
2024-11-11 15:20:37 +01:00
committed by GitHub

View File

@@ -47,6 +47,7 @@ export OCDAV_DEBUG_ADDR=127.0.0.1:10163
export OCM_DEBUG_ADDR=127.0.0.1:10281
export OCM_HTTP_ADDR=127.0.0.1:10280
export OCM_GRPC_ADDR=127.0.0.1:10282
export OCM_OCM_STORAGE_DATA_SERVER_URL=http://localhost:10280/data
export OCS_DEBUG_ADDR=127.0.0.1:10114
export OCS_HTTP_ADDR=127.0.0.1:10110
export POSTPROCESSING_DEBUG_ADDR=127.0.0.1:10255
@@ -79,6 +80,7 @@ export STORE_GRPC_ADDR=127.0.0.1:10460
export THUMBNAILS_DEBUG_ADDR=127.0.0.1:10194
export THUMBNAILS_GRPC_ADDR=127.0.0.1:10191
export THUMBNAILS_HTTP_ADDR=127.0.0.1:10190
export THUMBNAILS_DATA_ENDPOINT=http://127.0.0.1:10190/thumbnails/data
export USERLOG_HTTP_ADDR=127.0.0.1:10211
export USERLOG_DEBUG_ADDR=127.0.0.1:10210
export USERS_DEBUG_ADDR=127.0.0.1:10145