Add .env.example

This commit is contained in:
Zac Gaetano 2026-04-04 22:40:49 -04:00
parent 02d67bc0fb
commit 1871af8fc6

13
.env.example Normal file
View file

@ -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