backend/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DATABASE_URL
secret
API_V1_PREFIX
PROJECT_NAME
DEBUG
BACKEND_CORS_ORIGINS
MINIO_ENDPOINT
MinIO Storage
MINIO_ACCESS_KEY
secret
MINIO_SECRET_KEY
secret
MINIO_BUCKET_NAME
MINIO_SECURE
MAX_FILE_SIZE
File Upload
ALLOWED_FILE_TYPES
MAX_FILE_SIZE
File Upload
ALLOWED_FILE_TYPES
REDIS_URL
secret
NEW Celery/Redis
CELERY_BROKER_URL
CELERY_RESULT_BACKEND
OPENAI_API_KEY
secret
NEW OpenAI
OPENAI_MODEL
secret
OPENAI_MAX_TOKENS
secret
brew install flyctl && fly launch --from https://github.com/ajay6601/docuflow-ai
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ajay6601/docuflow-ai
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ajay6601/docuflow-ai