diff --git a/service/src/main/resources/application-bdc-auth.properties b/service/src/main/resources/application-bdc-auth-dev.properties similarity index 86% rename from service/src/main/resources/application-bdc-auth.properties rename to service/src/main/resources/application-bdc-auth-dev.properties index 272b84ec..7b9dce89 100644 --- a/service/src/main/resources/application-bdc-auth.properties +++ b/service/src/main/resources/application-bdc-auth-dev.properties @@ -7,4 +7,4 @@ HPDS_GENOMIC_DATA_DIRECTORY=/opt/local/hpds/all/ data-export.s3.bucket-name=pic-sure-auth-dev-data-export data-export.s3.region=us-east-1 -data-export.s3.signedUrl-expiry-minutes=30 \ No newline at end of file +data-export.s3.signedUrl-expiry-minutes=60 \ No newline at end of file diff --git a/service/src/main/resources/application-bdc-auth-prod.properties b/service/src/main/resources/application-bdc-auth-prod.properties new file mode 100644 index 00000000..a63bc6e3 --- /dev/null +++ b/service/src/main/resources/application-bdc-auth-prod.properties @@ -0,0 +1,10 @@ +SMALL_JOB_LIMIT = 100 +SMALL_TASK_THREADS = 1 +LARGE_TASK_THREADS = 1 + +hpds.genomicProcessor.impl=localPatientDistributed +HPDS_GENOMIC_DATA_DIRECTORY=/opt/local/hpds/all/ + +data-export.s3.bucket-name=pic-sure-auth-prod-data-export +data-export.s3.region=us-east-1 +data-export.s3.signedUrl-expiry-minutes=60 \ No newline at end of file