diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..d479c58 --- /dev/null +++ b/.env.example @@ -0,0 +1,13 @@ +# 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