14 lines
359 B
Text
14 lines
359 B
Text
# HTTP server port
|
|
PORT=80
|
|
|
|
# HTTP proxy with /new endpoint for IP rotation
|
|
PROXY_URL=http://localhost:8080
|
|
|
|
# Path to mail.json with Google accounts
|
|
MAIL_JSON=./mail.json
|
|
|
|
# Custom Firefox binary path (default: firefox-esr in Docker, or system firefox)
|
|
FIREFOX_BINARY=firefox-esr
|
|
|
|
# Persistent data directory (tokens, screenshots, extensions)
|
|
DATA_DIR=/data
|