mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
15 lines
311 B
Bash
15 lines
311 B
Bash
# Database settings
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DB=support
|
|
POSTGRES_HOST=support-db
|
|
POSTGRES_PORT=5432
|
|
|
|
# JWT settings
|
|
JWT_SECRET=your-secret-key
|
|
JWT_ALGORITHM=HS256
|
|
ACCESS_TOKEN_EXPIRE_MINUTES=1440 # 24 hours
|
|
|
|
# Telegram settings (optional)
|
|
TELEGRAM_BOT_TOKEN=
|
|
TELEGRAM_CHAT_ID= |