X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/af70d97ac4f8cce4adce7c844e7a8b39a43ed7ac..3655ebc89189ff731bb00576beaa2195c6a0d291:/services/api/config/environments/production.rb.example?ds=sidebyside diff --git a/services/api/config/environments/production.rb.example b/services/api/config/environments/production.rb.example index 9147f4f7da..a171f9d53c 100644 --- a/services/api/config/environments/production.rb.example +++ b/services/api/config/environments/production.rb.example @@ -65,6 +65,10 @@ Server::Application.configure do config.crunch_job_wrapper = :slurm_immediate config.crunch_job_user = 'crunch' # if false, do not set uid when running jobs + # The web service must be able to create/write this file, and + # crunch-job must be able to stat() it. + config.crunch_refresh_trigger = '/tmp/crunch_refresh_trigger' + # config.dnsmasq_conf_dir = '/etc/dnsmasq.d' # config.compute_node_ami = 'ami-cbca41a2'