This commit is contained in:
2026-01-15 09:32:13 +06:00
parent 14f020e819
commit 303d38f28e
19 changed files with 2072 additions and 14 deletions

View File

@@ -1,8 +0,0 @@
# Секретный ключ для JWT (сгенерируйте свой!)
SECRET_KEY=your-secret-key-here-change-this-in-production
# Алгоритм шифрования
ALGORITHM=HS256
# Время жизни токена в минутах
ACCESS_TOKEN_EXPIRE_MINUTES=43200