-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.env.example
More file actions
57 lines (44 loc) · 1.69 KB
/
.env.example
File metadata and controls
57 lines (44 loc) · 1.69 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# CIRIS Agent Production Configuration
# LLM Provider Configuration
LLM_PROVIDER=openai
OPENAI_API_KEY=your-openai-api-key-here
# Alternative LLM Providers (uncomment to use)
# LLM_PROVIDER=anthropic
# ANTHROPIC_API_KEY=your-anthropic-api-key-here
# Database
DATABASE_URL=sqlite:////data/ciris.db
# API Configuration
API_HOST=0.0.0.0
API_PORT=8080
# Security
JWT_SECRET_KEY=generate-with-openssl-rand-hex-32
EMERGENCY_SHUTDOWN_PUBLIC_KEY=your-emergency-shutdown-public-key
# Environment
ENVIRONMENT=production
LOG_LEVEL=INFO
# Optional: Discord Bot (if using Discord adapter)
# DISCORD_BOT_TOKEN=your_discord_token
# DISCORD_CHANNEL_ID=111111111111111111
# DISCORD_DEFERRAL_CHANNEL_ID=222222222222222222
# WA_USER_ID=123456789012345678
# SNORE_CHANNEL_ID=0
# WA_DISCORD_USER=somecomputerguy
# Optional: Resource Limits
# MAX_MEMORY_MB=4096
# MAX_CPU_PERCENT=80
# ===== WISDOM EXTENSION MODULES =====
# Enable specific wisdom providers for CIRISHome
# Geographic Navigation (OpenStreetMap - no API key required)
# CIRIS_ENABLE_GEO_WISDOM=true
# CIRIS_OSM_USER_AGENT=CIRIS/1.0 (your-email@example.com)
# Weather Services (NOAA - no API key required for US locations)
# CIRIS_ENABLE_WEATHER_WISDOM=true
# CIRIS_NOAA_USER_AGENT=CIRIS/1.0 (your-email@example.com)
# Optional: OpenWeatherMap fallback for international locations
# CIRIS_OPENWEATHERMAP_API_KEY=your-openweathermap-api-key
# Home Assistant Integration (requires Home Assistant instance)
# CIRIS_ENABLE_SENSOR_WISDOM=true
# CIRIS_HOMEASSISTANT_URL=http://homeassistant.local:8123
# CIRIS_HOMEASSISTANT_TOKEN=your-long-lived-access-token
# CRITICAL: Medical/health sensors are automatically filtered out
# See LIABILITY_BOUNDARIES.md for prohibited domains