init commit
This commit is contained in:
22
.history/.env_20251210202349
Normal file
22
.history/.env_20251210202349
Normal file
@@ -0,0 +1,22 @@
|
||||
# Telegram Bot
|
||||
BOT_TOKEN=8189227742:AAF1mSnaGc1thzNvPkoYDRn5Tp89zlfYERw
|
||||
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
|
||||
Reference in New Issue
Block a user