-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (13 loc) · 924 Bytes
/
Copy path.env.example
File metadata and controls
17 lines (13 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copy to .env and fill in. run-browser-use.sh sources this file.
# The throwaway Gmail account the agent signs up to job boards with. Do not use a
# personal address: every ATS you apply through will mail it forever.
export AGENT_EMAIL='you.jobs@gmail.com'
# Gmail app password for AGENT_EMAIL, used read-only over IMAP to pull verification
# codes. Generate at https://myaccount.google.com/apppasswords (needs 2-Step Verification).
export GMAIL_APP_PASSWORD='xxxx xxxx xxxx xxxx'
# The password the agent registers with on ATS portals. Same one everywhere, so a repeat
# visit to an ATS the agent already has an account on can log in instead of signing up.
export AGENT_PASSWORD='choose-a-strong-one'
# Optional: n8n production webhook for CAPTCHA push alerts - see README_n8n.md.
# Unset just means no notification; the agent still pauses and waits.
export N8N_CAPTCHA_WEBHOOK='http://127.0.0.1:5678/webhook/captcha'