this got @gmail.com banned on kilo.ai
This commit is contained in:
parent
84ad98b4d3
commit
1861b212c2
19 changed files with 669 additions and 571 deletions
11
.env.example
11
.env.example
|
|
@ -16,11 +16,14 @@ HTTPS_PROXY=http://user:pass@host:port
|
|||
# Path to emails.txt (email:password per line)
|
||||
EMAILS_FILE=/data/emails.txt
|
||||
|
||||
# Firefox binary path
|
||||
FIREFOX_BINARY=firefox-esr
|
||||
# Browser channel for Patchright (chrome or chromium)
|
||||
BROWSER_CHANNEL=chrome
|
||||
|
||||
# Geckodriver path
|
||||
GECKODRIVER_PATH=/usr/local/bin/geckodriver
|
||||
# Run browser headless (1/0)
|
||||
HEADLESS=0
|
||||
|
||||
# Optional: override Patchright browser cache path
|
||||
PLAYWRIGHT_BROWSERS_PATH=/opt/patchright-browsers
|
||||
|
||||
# Extensions directory (dark-reader.xpi, ublock_origin.xpi)
|
||||
EXTRAS_DIR=/app/extras
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue