init commit

This commit is contained in:
2025-12-10 22:09:31 +09:00
commit b79adf1c69
361 changed files with 47414 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Telegram Bot
BOT_TOKEN=5123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefgh
BOT_ADMIN_ID=123456789
# Database
DATABASE_URL=postgresql+psycopg2://trevor:user@localhost:5432/finance_db
DATABASE_ECHO=false
# Redis
REDIS_URL=redis://localhost:6379/0
# App
APP_DEBUG=true
APP_ENV=development
LOG_LEVEL=INFO
# Timezone
TZ=Europe/Moscow
# API
API_HOST=0.0.0.0
API_PORT=8000