Files
ml-converter/env.example
2025-12-03 20:37:36 -03:00

13 lines
284 B
Plaintext

# Copy this file to .env and update the values
# Domain
DOMAIN=your-domain.com
# Flask Configuration
FLASK_ENV=production
SECRET_KEY=change-this-very-long-random-secret-key-in-production
# File Upload Limits
# 16 MB = 16 * 1024 * 1024 = 16777216 bytes
MAX_CONTENT_LENGTH=16777216