Skip to content

Commit 38c19ec

Browse files
committed
chore: use generic placeholders in .env.local.example
Replace prefix-style placeholders with descriptive ones to avoid confusion with real credentials.
1 parent 5ca581d commit 38c19ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.env.local.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copy this to .env.local and fill in values
33

44
# Required for running evals
5-
ANTHROPIC_API_KEY=sk-ant-...
5+
ANTHROPIC_API_KEY=your-anthropic-api-key
66

77
# WorkOS credentials (optional for evals - placeholders used if missing)
8-
WORKOS_API_KEY=sk_test_...
9-
WORKOS_CLIENT_ID=client_...
8+
WORKOS_API_KEY=your-workos-api-key
9+
WORKOS_CLIENT_ID=your-workos-client-id

0 commit comments

Comments
 (0)