mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
19 lines
371 B
Bash
19 lines
371 B
Bash
# Database settings
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DB=support
|
|
POSTGRES_HOST=support-db
|
|
POSTGRES_PORT=5432
|
|
|
|
# Redis settings
|
|
REDIS_HOST=support-redis
|
|
REDIS_PORT=6379
|
|
|
|
# JWT settings
|
|
SECRET_KEY=your-secret-key-here
|
|
ALGORITHM=HS256
|
|
ACCESS_TOKEN_EXPIRE_MINUTES=1440 # 24 hours
|
|
|
|
# Telegram settings (optional)
|
|
TELEGRAM_BOT_TOKEN=
|
|
TELEGRAM_CHAT_ID= |