From a5accb2ce91b9330339c2ea9ff9684d2bb872077 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 6 Dec 2021 17:09:16 +0100 Subject: [PATCH] Revert "try without changed paths" This reverts commit 60d3962ee4566d01e1eff1b4f1f2fb69c129ea3a. --- .drone.star | 10 +++++----- proxy/pkg/config/config.go | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.star b/.drone.star index 44f0363ef7..b912505fcc 100644 --- a/.drone.star +++ b/.drone.star @@ -1449,11 +1449,11 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = []): "OCIS_URL": "https://ocis-server:9200", "STORAGE_HOME_DRIVER": "%s" % (storage), "STORAGE_USERS_DRIVER": "%s" % (storage), - #"STORAGE_USERS_DRIVER_LOCAL_ROOT": "/srv/app/tmp/ocis/local/root", - #"STORAGE_USERS_DRIVER_OWNCLOUD_DATADIR": "/srv/app/tmp/ocis/owncloud/data", - #"STORAGE_USERS_DRIVER_OCIS_ROOT": "/srv/app/tmp/ocis/storage/users", - #"STORAGE_METADATA_DRIVER_OCIS_ROOT": "/srv/app/tmp/ocis/storage/metadata", - #"STORAGE_SHARING_USER_JSON_FILE": "/srv/app/tmp/ocis/shares.json", + "STORAGE_USERS_DRIVER_LOCAL_ROOT": "/srv/app/tmp/ocis/local/root", + "STORAGE_USERS_DRIVER_OWNCLOUD_DATADIR": "/srv/app/tmp/ocis/owncloud/data", + "STORAGE_USERS_DRIVER_OCIS_ROOT": "/srv/app/tmp/ocis/storage/users", + "STORAGE_METADATA_DRIVER_OCIS_ROOT": "/srv/app/tmp/ocis/storage/metadata", + "STORAGE_SHARING_USER_JSON_FILE": "/srv/app/tmp/ocis/shares.json", "PROXY_ENABLE_BASIC_AUTH": True, "WEB_UI_CONFIG": "/drone/src/tests/config/drone/ocis-config.json", "IDP_IDENTIFIER_REGISTRATION_CONF": "/drone/src/tests/config/drone/identifier-registration.yml", diff --git a/proxy/pkg/config/config.go b/proxy/pkg/config/config.go index 7a8b361487..bd21ee1e32 100644 --- a/proxy/pkg/config/config.go +++ b/proxy/pkg/config/config.go @@ -203,7 +203,7 @@ func New() *Config { func DefaultConfig() *Config { return &Config{ Debug: Debug{ - Addr: "127.0.0.1:9205", + Addr: "0.0.0.0:9205", Token: "", }, HTTP: HTTP{