17 lines
418 B
Text
17 lines
418 B
Text
# HTTP server port
|
|
PORT=80
|
|
|
|
# HTTPS proxy URL (will be used by Firefox directly)
|
|
https_proxy=http://user:pass@host:port
|
|
|
|
# Path to emails.txt (email:password per line)
|
|
EMAILS_FILE=/data/emails.txt
|
|
|
|
# Custom Firefox binary path (default: firefox-esr in Docker)
|
|
FIREFOX_BINARY=firefox-esr
|
|
|
|
# Number of hot tokens to keep in pool
|
|
POOL_SIZE=10
|
|
|
|
# Persistent data directory (tokens, screenshots, extensions)
|
|
DATA_DIR=/data
|