Add .env.example
This commit is contained in:
parent
02d67bc0fb
commit
1871af8fc6
1 changed files with 13 additions and 0 deletions
13
.env.example
Normal file
13
.env.example
Normal 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
|
||||||
Reference in a new issue