29 lines
661 B
Plaintext
29 lines
661 B
Plaintext
|
|
# LiteLLM Configuration
|
||
|
|
LITELLM_ENDPOINT=http://litellm-service.default.svc.cluster.local:4000
|
||
|
|
LITELLM_API_KEY=your-api-key
|
||
|
|
LITELLM_MODEL=claude-sonnet-4-5
|
||
|
|
|
||
|
|
# Discord Configuration
|
||
|
|
DISCORD_BOT_TOKEN=your-discord-bot-token
|
||
|
|
DISCORD_CHANNEL_ID=your-channel-id
|
||
|
|
|
||
|
|
# Git Configuration
|
||
|
|
GIT_REPO_URL=https://github.com/yourusername/myorg.git
|
||
|
|
GIT_BRANCH=main
|
||
|
|
GIT_USERNAME=your-username
|
||
|
|
GIT_TOKEN=your-git-token
|
||
|
|
|
||
|
|
# Myorg Repository Path
|
||
|
|
MYORG_REPO_PATH=/data/myorg
|
||
|
|
|
||
|
|
# Scheduling (timezone)
|
||
|
|
TIMEZONE=Europe/Madrid
|
||
|
|
|
||
|
|
# Web Interface
|
||
|
|
WEB_HOST=0.0.0.0
|
||
|
|
WEB_PORT=8000
|
||
|
|
WEB_SECRET_KEY=your-secret-key
|
||
|
|
|
||
|
|
# Optional: Authentication
|
||
|
|
WEB_PASSWORD=your-password # Basic auth for web UI
|