mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
14 lines
521 B
XML
14 lines
521 B
XML
<?xml version="1.0"?>
|
|
<backends>
|
|
<backend id="files1" type="disk" weight="1">
|
|
<files_dir path="database/files1"/>
|
|
<extra_dir type="temp" path="database/tmp1"/>
|
|
<extra_dir type="job_work" path="database/job_working_directory1"/>
|
|
</backend>
|
|
<backend id="files2" type="disk" weight="1">
|
|
<files_dir path="database/files2"/>
|
|
<extra_dir type="temp" path="database/tmp2"/>
|
|
<extra_dir type="job_work" path="database/job_working_directory2"/>
|
|
</backend>
|
|
</backends>
|