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:38:45 +06:00
parent 92d6b9c753
commit ee0217cfbb
2 changed files with 26 additions and 49 deletions

View File

@@ -5,6 +5,7 @@ from pydantic_settings import BaseSettings
class TestSettings(BaseSettings):
"""Test settings"""
PROJECT_NAME: str = "Employee Request System Test"
API_V1_STR: str = "/api"
# Database
POSTGRES_USER: str = "postgres"