X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/67728c239ed4d2e720b13eaf3d6441091f64ae43..4fe932f760617054c213ee02d1fe7ab14461874c:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index ebd3e879b4..bb7fd4505f 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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