mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Fix database
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user