11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
# Flask Configuration
|
|
FLASK_ENV=production
|
|
SECRET_KEY=changeme_super_long_random_secret
|
|
PYTHONUNBUFFERED=1
|
|
|
|
# Playwright (browser automation)
|
|
PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
|
|
|
|
# Sandbox Storage
|
|
SANDBOX_STORAGE=/data
|