22 lines
418 B
Plaintext
22 lines
418 B
Plaintext
# Application
|
|
APP_NAME=BtToxin Pipeline
|
|
DEBUG=false
|
|
|
|
# Database
|
|
DATABASE_URL=postgresql://postgres:password@localhost:5432/bttoxin
|
|
|
|
# Redis
|
|
REDIS_URL=redis://localhost:6379/0
|
|
|
|
# S3/MinIO
|
|
S3_ENDPOINT=http://localhost:9000
|
|
S3_ACCESS_KEY=minioadmin
|
|
S3_SECRET_KEY=minioadmin
|
|
S3_BUCKET=bttoxin-results
|
|
|
|
# Docker
|
|
DOCKER_IMAGE=quay.io/biocontainers/bttoxin_digger:1.0.10--hdfd78af_0
|
|
|
|
# NCBI
|
|
NCBI_EMAIL=your_email@example.com
|