From 2d65374c1341b21322fe630077335fd236dcb180 Mon Sep 17 00:00:00 2001 From: Bartosz Walkowicz Date: Mon, 27 May 2024 15:11:44 +0200 Subject: [PATCH 1/5] Replace demo.onedata.org with datahub.egi.eu --- lib/galaxy/config/sample/object_store_conf.sample.yml | 4 ++-- lib/galaxy/config/sample/object_store_conf.xml.sample | 4 ++-- .../config/sample/user_preferences_extra_conf.yml.sample | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/galaxy/config/sample/object_store_conf.sample.yml b/lib/galaxy/config/sample/object_store_conf.sample.yml index 27e18e2796cb..afbcfc22323b 100644 --- a/lib/galaxy/config/sample/object_store_conf.sample.yml +++ b/lib/galaxy/config/sample/object_store_conf.sample.yml @@ -223,9 +223,9 @@ auth: # an access token suitable for data access (allowing calls to the Oneprovider REST API). access_token: ... connection: - # the domain of the Onezone service (e.g. "demo.onedata.org"), or its IP address for + # the domain of the Onezone service (e.g. datahub.egi.eu), or its IP address for # devel instances (see above). - onezone_domain: demo.onedata.org + onezone_domain: datahub.egi.eu # Allows connection to Onedata servers that do not present trusted SSL certificates. # SHOULD NOT be used unless you really know what you are doing. disable_tls_certificate_validation: false diff --git a/lib/galaxy/config/sample/object_store_conf.xml.sample b/lib/galaxy/config/sample/object_store_conf.xml.sample index b27b7125d42b..1b9d997271e9 100644 --- a/lib/galaxy/config/sample/object_store_conf.xml.sample +++ b/lib/galaxy/config/sample/object_store_conf.xml.sample @@ -165,7 +165,7 @@ an access token suitable for data access (allowing calls to the Oneprovider REST API). //connection/@onezone_domain - - the domain of the Onezone service (e.g. "demo.onedata.org"), or its IP address for + the domain of the Onezone service (e.g. datahub.egi.eu), or its IP address for devel instances (see above). //connection/@disable_tls_certificate_validation - @@ -182,7 +182,7 @@