Skip to content

Commit 76c5a1c

Browse files
update env example
1 parent 802b387 commit 76c5a1c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.env.example renamed to .env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ MODEL_API_KEY = "anthropic-or-openai-api-key"
22
BROWSERBASE_API_KEY = "browserbase-api-key"
33
BROWSERBASE_PROJECT_ID = "browserbase-project-id"
44
STAGEHAND_API_URL = "api_url"
5+
STAGEHAND_ENV= "LOCAL or BROWSERBASE"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ yarn-error.log*
3131

3232
# env files (can opt-in for committing if needed)
3333
.env*
34+
!.env.example
3435

3536
# vercel
3637
.vercel

0 commit comments

Comments
 (0)