-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (26 loc) · 737 Bytes
/
.env.example
File metadata and controls
35 lines (26 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## BrainTrust
BRAINTRUST_API_KEY=
## Neon BaaS team org api key
NEON_API_KEY=
## Anthropic api key to run the evals
ANTHROPIC_API_KEY=
## Neon API
NEON_API_HOST=https://api.neon.tech/api/v2
## OAuth upstream oauth host
UPSTREAM_OAUTH_HOST='https://oauth2.neon.tech';
## OAuth client id
CLIENT_ID=
## OAuth client secret
CLIENT_SECRET=
## Redirect URI for OIDC callback
REDIRECT_URI=http://localhost:3001/callback
## A connection string to postgres database for client and token persistence
## Optional while running in MCP in stdio
OAUTH_DATABASE_URL=
## A secret key to sign and verify the cookies
## Optional while running MCP in stdio
COOKIE_SECRET=
## Optional Analytics
ANALYTICS_WRITE_KEY=
## Optional Sentry
SENTRY_DSN=