Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ BRAPI_VENDOR_SUBMISSION_ENABLED=false # allow sample submissions to be transmitt
#ANALYTICS_GTAG_ID=<Google analytics gtag id>
#EMAIL_RELAY_LOGIN=
#EMAIL_RELAY_PASSWORD=

#Frontend VCF genotype upload limit in MB
MAX_GENOTYPE_UPLOAD_MB=800
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ANALYTICS_GTAG_ID=${ANALYTICS_GTAG_ID}
- SANDBOX_MODE=${SANDBOX_MODE}
- BRAPI_REFERENCE_SOURCE=${BRAPI_REFERENCE_SOURCE}
- MAX_GENOTYPE_UPLOAD_MB=${MAX_GENOTYPE_UPLOAD_MB}
- BRAPI_VENDOR_SUBMISSION_ENABLED=${BRAPI_VENDOR_SUBMISSION_ENABLED:-false}
- ALTERNATE_AUTHENTICATION_ENABLED=${ALTERNATE_AUTHENTICATION_ENABLED:-false}
networks:
Expand Down
Loading