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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user