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 @@