Commit 2d65374c authored by Bartosz Walkowicz's avatar Bartosz Walkowicz
Browse files

Replace demo.onedata.org with datahub.egi.eu

parent 94513b80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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 @@
<!--
<object_store type="onedata">
    <auth access_token="..." />
    <connection onezone_domain="demo.onedata.org" disable_tls_certificate_validation="False"/>
    <connection onezone_domain="datahub.egi.eu" disable_tls_certificate_validation="False"/>
    <space name="demo-space" path="galaxy-data" />
    <cache path="database/object_store_cache" size="1000" cache_updated_data="True" />
    <extra_dir type="job_work" path="database/job_working_directory_onedata"/>
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ preferences:
        description: Your Onedata account
        inputs:
            - name: onezone_domain
              label: Domain of the Onezone service (e.g. "demo.onedata.org")
              label: Domain of the Onezone service (e.g. datahub.egi.eu)
              type: text
              required: False
            - name: access_token