This commit is contained in:
xds
2026-03-16 12:12:56 +03:00
commit 9d886076d6
63 changed files with 4482 additions and 0 deletions

23
.env.example Normal file
View File

@@ -0,0 +1,23 @@
# Database
DATABASE_URL=postgresql+asyncpg://velobrain:velobrain@localhost:5432/velobrain
# Anthropic
ANTHROPIC_API_KEY=sk-ant-...
# Gemini
GEMINI_API_KEY=
GEMINI_MODEL=gemini-2.5-pro
# App
APP_SECRET_KEY=change-me-in-production
DEBUG=true
# Auth / JWT
JWT_SECRET_KEY=change-me-jwt-secret
# Telegram Bot
TELEGRAM_BOT_TOKEN=
TELEGRAM_BOT_USERNAME=
# Upload
UPLOAD_DIR=./uploads