do not include ApiClient* in discovery document. refs #1405 refs #1406
[arvados.git] / config / environments / production.rb
index 7a9f4c6b992e2ca4e3768957e41caae7f6ab8acd..182c6a3aacf48ac30d5ac8728483723441d6397a 100644 (file)
@@ -58,9 +58,13 @@ Server::Application.configure do
   # Send deprecation notices to registered listeners
   config.active_support.deprecation = :notify
 
+  config.whjobmanager_wrapper = :slurm_immediate
+
   # config.dnsmasq_conf_dir = '/etc/dnsmasq.d'
 
   # config.compute_node_ami = 'ami-cbca41a2'
+  # config.compute_node_security_group = 'orvos-compute'
+  # config.compute_node_spot_bid = 0.11
 
   # config.compute_node_domain = `hostname --domain`.strip
 
@@ -71,4 +75,8 @@ Server::Application.configure do
   end << '172.16.0.23'
 
   config.uuid_prefix = Digest::MD5.hexdigest('cfi-aws-0').to_i(16).to_s(36)[0..4] # '9ujm1'
+
+  # Authentication stub: hard code pre-approved API tokens.
+  # config.accept_api_token = { rand(2**256).to_s(36) => true }
+  config.accept_api_token = {}
 end