You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to configure the setting service to use the storage-system service as a backend and they do not run on the same machine (same localhost), I cannot use default values and need to change following values:
STORAGE_GATEWAY_GRPC_ADDR and STORAGE_GRPC_ADDR both need to point to the GRPC endpoint of the storage-system service.
Expected behavior
There is one setting that needs to be pointed to the GRPC endpoint of the storage-system service.
The environment variable to do so starts with SETTINGS_ and has a similar naming as other services that use the storage-system, eg: SHARING_USER_CS3_PROVIDER_ADDR
Actual behavior
There are two values that I need to configure. Both start with STORAGE_
The text was updated successfully, but these errors were encountered:
Describe the bug
When I want to configure the setting service to use the storage-system service as a backend and they do not run on the same machine (same localhost), I cannot use default values and need to change following values:
STORAGE_GATEWAY_GRPC_ADDR
andSTORAGE_GRPC_ADDR
both need to point to the GRPC endpoint of the storage-system service.Expected behavior
There is one setting that needs to be pointed to the GRPC endpoint of the storage-system service.
The environment variable to do so starts with
SETTINGS_
and has a similar naming as other services that use the storage-system, eg:SHARING_USER_CS3_PROVIDER_ADDR
Actual behavior
There are two values that I need to configure. Both start with
STORAGE_
The text was updated successfully, but these errors were encountered: