forked from cloudflare/vibesdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dev.vars.example
More file actions
42 lines (33 loc) · 1.33 KB
/
.dev.vars.example
File metadata and controls
42 lines (33 loc) · 1.33 KB
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
36
37
38
39
40
41
42
# Security Configuration
#CUSTOM_DOMAIN="your-domain.com" # Your custom domain for CORS
#ENVIRONMENT="prod" # Options: dev, staging, prod
# Cloudflare Credentials (Required for manual deployment via `bun run deploy`)
# These are automatically provided when using "Deploy to Cloudflare" button
# Get these from: https://dash.cloudflare.com/profile/api-tokens
#CLOUDFLARE_API_TOKEN="" # API token with Account-level permissions (see README for required permissions)
#CLOUDFLARE_ACCOUNT_ID="" # Your Cloudflare account ID
# Essential Secrets:
#CLOUDFLARE_AI_GATEWAY_TOKEN="" # If this has read and edit permissions, the AI Gateway will be created automatically. run is required at the least
# Provider specific secrets:
#ANTHROPIC_API_KEY=""
#OPENAI_API_KEY=""
GOOGLE_AI_STUDIO_API_KEY=""
#OPENROUTER_API_KEY="default"
#GROQ_API_KEY="default"
# Stuff for Oauths:
#GOOGLE_CLIENT_SECRET=""
#GOOGLE_CLIENT_ID=""
# GitHub OAuth
#GITHUB_CLIENT_ID=""
#GITHUB_CLIENT_SECRET=""
# Github Export OAuth
# GITHUB_EXPORTER_CLIENT_SECRET=""
# GITHUB_EXPORTER_CLIENT_ID=""
# Secrets for various internal services of this platform
JWT_SECRET=""
WEBHOOK_SECRET=""
# AI Gateway URL Override (Leave as-is if not going to set it)
#CLOUDFLARE_AI_GATEWAY_URL=""
# Cloudflare API Key and Account ID. This is important
# CLOUDFLARE_API_TOKEN=""
# CLOUDFLARE_ACCOUNT_ID=""