Обновил длину ключа

This commit is contained in:
2026-04-06 17:04:49 +00:00
parent 0db59f3623
commit 546f593a31

View File

@@ -11,7 +11,7 @@ JWT_SECRET=your-super-secret-jwt-key-change-in-production-32bytes
JWT_EXPIRY_HOURS=720 JWT_EXPIRY_HOURS=720
# Encryption (32 bytes for AES-256) # Encryption (32 bytes for AES-256)
ENCRYPTION_KEY=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ENCRYPTION_KEY=12345678901234567890123456789012
# File Storage # File Storage
STORAGE_PATH=./storage/attachments STORAGE_PATH=./storage/attachments