-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 743 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (19 loc) · 743 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
# Runway Configuration
# Copy to .env and adjust as needed: cp .env.example .env
# These values are shared between local dev and Docker.
# Docker-specific paths (DATABASE_PATH, STATIC_DIR) are set in docker-compose.yml.
# --- CORS ---
CORS_ORIGINS=http://localhost:5173,http://localhost:8000,http://0.0.0.0:8000
# --- AI / LLM ---
# Ollama (default): runs automatically if installed locally.
# Docker auto-connects to host Ollama — no config needed.
# AI_MODEL=ollama/llama3.2
# OLLAMA_BASE_URL=http://localhost:11434
# To use OpenAI instead:
# AI_MODEL=gpt-4o
# OPENAI_API_KEY=sk-...
# To use Anthropic instead:
# AI_MODEL=anthropic/claude-sonnet-4-20250514
# ANTHROPIC_API_KEY=sk-ant-...
# --- Scheduler ---
# SCHEDULER_ENABLED=false