Skip to content

Commit 7afd50c

Browse files
committed
Update .env.example
1 parent e896a6c commit 7afd50c

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

examples/.env.example

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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
214
BROWSER_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+
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)