1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

add websockets suppor96

This commit is contained in:
MoonTestUse1
2025-01-05 02:54:36 +06:00
parent 1b1d7c57d5
commit 563db1c7e6
4 changed files with 35 additions and 16 deletions

View File

@@ -5,9 +5,13 @@ POSTGRES_DB=support
POSTGRES_HOST=support-db
POSTGRES_PORT=5432
# Redis settings
REDIS_HOST=support-redis
REDIS_PORT=6379
# JWT settings
JWT_SECRET=your-secret-key
JWT_ALGORITHM=HS256
SECRET_KEY=your-secret-key-here
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=1440 # 24 hours
# Telegram settings (optional)