12 lines
166 B
Plaintext
12 lines
166 B
Plaintext
FLASK_ENV=development
|
|
FLASK_DEBUG=1
|
|
|
|
# Selenium
|
|
HEADLESS_BROWSER=True
|
|
DEFAULT_WAIT_TIMEOUT=15
|
|
PAGE_LOAD_WAIT=3
|
|
|
|
# Server
|
|
PORT=4001
|
|
SECRET_KEY=change-me-in-production
|