From 84459968a3d6bb1da51b55678fe89635d0554fa6 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 21 Oct 2020 16:40:32 +0200 Subject: [PATCH] Confirmed that both the home storage and users storage need to be accessible through the reva data gateway --- .drone.star | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.star b/.drone.star index 92d74e33f..82dba4cf1 100644 --- a/.drone.star +++ b/.drone.star @@ -1411,10 +1411,8 @@ def ocisServer(storage): 'STORAGE_LDAP_IDP': 'https://ocis-server:9200', 'STORAGE_OIDC_ISSUER': 'https://ocis-server:9200', 'PROXY_OIDC_ISSUER': 'https://ocis-server:9200', - #'STORAGE_HOME_EXPOSE_DATA_SERVER': 'true', 'STORAGE_HOME_DATA_SERVER_URL': 'http://ocis-server:9155/data', 'STORAGE_DATAGATEWAY_PUBLIC_URL': 'https://ocis-server:9200/data', - 'STORAGE_USERS_EXPOSE_DATA_SERVER': 'true', 'STORAGE_USERS_DATA_SERVER_URL': 'http://ocis-server:9158/data', 'STORAGE_FRONTEND_PUBLIC_URL': 'https://ocis-server:9200', 'PHOENIX_WEB_CONFIG': '/drone/src/ocis/tests/config/drone/ocis-config.json',