-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (29 loc) · 1.24 KB
/
Copy path.env.example
File metadata and controls
39 lines (29 loc) · 1.24 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
# OpenAI API Key for agent intelligence and optimization
# OpenAI API Key for agent intelligence and optimization
OPENAI_API_KEY=your_key_here
# Exa API Key (optional, for neural web search)
# EXA_API_KEY=your_exa_key
# Optional: Path to custom RDF store
# RDF_DB_PATH=./data/graph.nt
# Optional: Custom OpenAI Base URL (e.g. for local models or proxies)
# Defaults to https://api.openai.com/v1
# OPENAI_API_BASE=http://localhost:1234/v1
# ============================================================================
# Multi-User Service Configuration (for --serve mode)
# ============================================================================
# Secret key for JWT signing and key encryption (REQUIRED for production)
# Generate with: openssl rand -hex 32
# CHRYSALIS_SECRET_KEY=your-secret-key-here
# Service bind address and port
# CHRYSALIS_HOST=127.0.0.1
# CHRYSALIS_PORT=8080
# Database URL (SQLite or PostgreSQL)
# CHRYSALIS_DATABASE_URL=~/.chrysalis/chrysalis.db
# Autumn billing integration (https://useautumn.com)
# AUTUMN_SECRET_KEY=am_sk_test_xxxxx
# Stripe webhook secret
# STRIPE_WEBHOOK_SECRET=whsec_xxxxx
# Additional LLM provider keys (for BYOK fallback)
# ANTHROPIC_API_KEY=sk-ant-xxxxx
# GOOGLE_API_KEY=xxxxx
# MISTRAL_API_KEY=xxxxx