diff --git a/tests/config/local/.env-federation b/tests/config/local/.env-federation index fb2e9238d8b..fbdb7c2e63a 100644 --- a/tests/config/local/.env-federation +++ b/tests/config/local/.env-federation @@ -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