From a17248f7471f1802886ec7b96e63fd372f63f330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 13 Nov 2020 14:21:26 +0100 Subject: [PATCH] configure user share json file for drone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- .drone.star | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.star b/.drone.star index 44924ba10a..162da43d93 100644 --- a/.drone.star +++ b/.drone.star @@ -1494,6 +1494,7 @@ def ocisServer(storage, accounts_hash_difficulty = 4): 'STORAGE_DATAGATEWAY_PUBLIC_URL': 'https://ocis-server:9200/data', 'STORAGE_USERS_DATA_SERVER_URL': 'http://ocis-server:9158/data', 'STORAGE_FRONTEND_PUBLIC_URL': 'https://ocis-server:9200', + 'STORAGE_SHARING_USER_JSON_FILE': '/srv/app/tmp/ocis/shares.json', 'PROXY_ENABLE_BASIC_AUTH': True, 'PHOENIX_WEB_CONFIG': '/drone/src/ocis/tests/config/drone/ocis-config.json', 'KONNECTD_IDENTIFIER_REGISTRATION_CONF': '/drone/src/ocis/tests/config/drone/identifier-registration.yml',