mirror of
https://github.com/brockar/ml-converter.git
synced 2026-01-11 15:01:01 -03:00
13 lines
284 B
Plaintext
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
|