We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c9d66 commit f55d021Copy full SHA for f55d021
user/templates/user/data_transfer.html
@@ -89,6 +89,7 @@ <h1>Data Transfer</h1>
89
<pre><code id="code-block2">
90
irods_host: "{{ config.get('IRODS_ICAT_HOSTNAME') }}"
91
irods_port: 1247
92
+irods_home: "/{{ config.get('IRODS_DEFAULT_ZONE') }}/home"
93
irods_user_name: "{{ g.user }}"
94
irods_zone_name: "{{ config.get('IRODS_DEFAULT_ZONE') }}"
95
irods_authentication_scheme: "pam_password"
0 commit comments