first commit
This commit is contained in:
28
.env.example
Normal file
28
.env.example
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user