forked from gitwitorg/gitwit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (21 loc) · 719 Bytes
/
.env.example
File metadata and controls
28 lines (21 loc) · 719 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
# Connection string for a Postgres database
DATABASE_URL=
# API key for E2B, obtainable at https://e2b.dev/
E2B_API_KEY=
# API key and publishable key for Clerk, obtainable at https://clerk.com/
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
# API key for OpenAI, obtainable at https://openai.com/api/
OPENAI_API_KEY=
# API key for Anthropic, obtainable at https://console.anthropic.com/api
ANTHROPIC_API_KEY=
# Optional: As an alternative to Anthropic, you can use AWS Bedrock
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=us-east-1
AWS_MODEL_ID=qwen.qwen3-32b-v1:0
# AWS_MODEL_ID=qwen.qwen3-coder-30b-a3b-v1:0
# Optional: Dokku credentials for deployments
DOKKU_HOST=
DOKKU_USERNAME=
DOKKU_KEY=