init
This commit is contained in:
23
.env.example
Normal file
23
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user