Skip to content

Commit

Permalink
updated sample
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldg committed Oct 16, 2024
1 parent 6d8a2d6 commit 2665e04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/galaxy/config/sample/object_store_conf.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@
<resource name="demoResc" />
<zone name="tempZone" />
<connection host="localhost" port="1247" timeout="30" refresh_time="300" connection_pool_monitor_interval="3600"/>
<ssl client_server_negotiation="request_server_negotiation" client_server_policy="CS_NEG_REQUIRE"
encryption_algorithm="AES-256-CBC" encryption_key_size="32" encryption_num_hash_rounds="16"
encryption_salt_size="8" ssl_verify_server="cert" ssl_ca_certificate_file="/etc/irods/ssl/irods.crt" />
<logical path="/tempZone/home/rods" />
<cache path="database/object_store_cache_irods" size="1000" cache_updated_data="True" />
<extra_dir type="job_work" path="database/job_working_directory_irods"/>
<extra_dir type="temp" path="database/tmp_irods"/>
Expand Down

0 comments on commit 2665e04

Please sign in to comment.