From 889ad03fecc0d0e9c257fb033ea547104d858998 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 6 Oct 2020 09:06:24 +0200 Subject: [PATCH] Change submodule name in drone config --- .drone.star | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.star b/.drone.star index 7cc9a6e136..ba47455a58 100644 --- a/.drone.star +++ b/.drone.star @@ -5,7 +5,7 @@ config = { 'konnectd':'', 'ocis-phoenix':'', 'ocis-pkg':'', - 'ocis-reva':'', + 'storage':'', 'ocs':'', 'proxy':'', 'settings':'frontend', @@ -1161,9 +1161,9 @@ def ocisServer(storage): 'STORAGE_STORAGE_OC_DRIVER': '%s' % (storage), 'STORAGE_STORAGE_OC_DATA_DRIVER': '%s' % (storage), 'STORAGE_STORAGE_HOME_DATA_TEMP_FOLDER': '/srv/app/tmp/', - 'STORAGE_STORAGE_OCIS_ROOT': '/srv/app/tmp/ocis/storage/users/nodes/root/', + 'STORAGE_STORAGE_OCIS_ROOT': '/srv/app/tmp/ocis/storage/users', 'STORAGE_STORAGE_LOCAL_ROOT': '/srv/app/tmp/ocis/local/root', - 'STORAGE_STORAGE_OWNCLOUD_DATADIR': '/srv/app/tmp/ocis/ownclooud', + 'STORAGE_STORAGE_OWNCLOUD_DATADIR': '/srv/app/tmp/ocis/owncloud', 'STORAGE_STORAGE_OC_DATA_TEMP_FOLDER': '/srv/app/tmp/', 'STORAGE_STORAGE_OWNCLOUD_REDIS_ADDR': 'redis:6379', 'STORAGE_LDAP_IDP': 'https://ocis-server:9200',