Skip to content

Commit

Permalink
Merge pull request #10538 from owncloud/fixOcmLocalInstance
Browse files Browse the repository at this point in the history
fix local ocm instance
  • Loading branch information
ScharfViktor authored Nov 11, 2024
2 parents 4f42e34 + 2730633 commit d5471ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/config/local/.env-federation
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d5471ec

Please sign in to comment.