add config.git_repositories_dir. refs #1445
[arvados.git] / config / environments / production.rb
index 004c5ed66103d92662b0ba6ae48445ca0b580886..7ae0d812676aef503ddd480d801e4ba42545e73d 100644 (file)
@@ -58,6 +58,10 @@ Server::Application.configure do
   # Send deprecation notices to registered listeners
   config.active_support.deprecation = :notify
 
+  config.git_repositories_dir = '/var/cache/git'
+
+  config.whjobmanager_wrapper = :slurm_immediate
+
   # config.dnsmasq_conf_dir = '/etc/dnsmasq.d'
 
   # config.compute_node_ami = 'ami-cbca41a2'