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

Fix database

This commit is contained in:
MoonTestUse1
2025-01-07 06:22:28 +06:00
parent 304d2307da
commit 04c29924fb
4 changed files with 27 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ class TestSettings(BaseSettings):
POSTGRES_DB: str = "test_app"
# JWT
SECRET_KEY: str = "test_secret_key"
SECRET_KEY: str = "test_secret_key_super_secret_test_key_123"
ALGORITHM: str = "HS256"
ACCESS_TOKEN_EXPIRE_MINUTES: int = 30