Skip to content

Commit 11093ef

Browse files
Add iRODS file source configuration to sample YAML
1 parent 5754ef0 commit 11093ef

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

lib/galaxy/config/sample/file_sources_conf.yml.sample

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- type: irods
2+
id: irods_local_instance
3+
label: Local iRODS
4+
doc: iRODS in local Docker stack
5+
writable: true
6+
7+
host: 127.0.0.1
8+
port: 1247
9+
username: user
10+
password: password
11+
zone: exampleZone
12+
root: /exampleZone/home/user
13+
14+
timeout: 30
15+
refresh_time: 300
16+
117
- type: dropbox
218
id: dropbox1
319
label: Dropbox files (configure access in user preferences)

0 commit comments

Comments
 (0)