This repository has been archived on 2026-04-05. You can view files and clone it, but cannot push or open issues or pull requests.
claude-persistent-agent/.env.example
2026-04-04 22:40:49 -04:00

13 lines
238 B
Text

# Claude API Configuration
CLAUDE_API_KEY=sk-ant-your-key-here
# Application Settings
APP_ENV=production
LOG_LEVEL=INFO
# Docker Settings
PYTHONUNBUFFERED=1
# Port Configuration (optional, default 3000/8000)
UI_PORT=3000
API_PORT=8000