-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) · 919 Bytes
/
.env.example
File metadata and controls
28 lines (22 loc) · 919 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
# Agent OS Environment Variables
# Copy this file to .env.local and fill in your values
# NEVER commit .env.local to version control
# ===========================================
# AI Configuration (Required for AI features)
# ===========================================
# Anthropic API Key - Get one at https://console.anthropic.com
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# ===========================================
# Database Configuration (Optional)
# ===========================================
# Neon Postgres connection string
# Get one at https://neon.tech
# Format: postgres://user:password@host/database?sslmode=require
DATABASE_URL=
# ===========================================
# Rate Limiting (Optional - for production)
# ===========================================
# Upstash Redis for rate limiting
# Get credentials at https://upstash.com
UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=