add bootstrap
[arvados.git] / config / environments / production.rb
index ebd3e879b495319622ee0e1a72cdcdbde3b5a6b1..bb7fd4505f6e00560f39f5b270d91fbef631d1ed 100644 (file)
@@ -64,4 +64,16 @@ Vcffarm::Application.configure do
   # Log the query plan for queries taking more than this (works
   # with SQLite, MySQL, and PostgreSQL)
   # config.active_record.auto_explain_threshold_in_seconds = 0.5
+
+  config.orvos_v1_base = 'https://9ujm1.orvosapi.com/orvos/v1'
+
+  config.data_import_dir = '/data/parabase-upload'
+
+  # Authentication stub: hard code pre-approved API tokens.
+  # config.accept_api_token = { rand(2**256).to_s(36) => true }
+  config.accept_api_token = {}
+
+  config.vcf_pipeline_uuid = '9ujm1-mxsvm-o62u4mdoxvs0ckp'
+
+  config.site_name = 'vcffarm.example.com'
 end