first commit
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user