File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ # ----------------------------------------------------------------------------
2+ #
3+ # :GUIDE:
4+ #
5+ # Copy `.env.example` to `.env` to run all examples without any
6+ # additional setup. You can also manually export variables
7+ # and run each example separately.
8+ #
9+ # ----------------------------------------------------------------------------
10+
11+ # API ------------------------------------------------------------------------
12+
113# Browser Use API Key
214BROWSER_USE_API_KEY = " "
315
4- # Webhook Verification Secret key
5- SECRET_KEY = " "
16+ # Webhooks -------------------------------------------------------------------
17+
18+ # NOTE: Use something simple in development. In production, Browser Use Cloud
19+ # will give you the production secret.
20+ SECRET_KEY = " secret"
21+
22+ # ----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments