1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +00:00

[#10] fix add field "name"

This commit is contained in:
ksieuk 2023-09-22 21:07:31 +03:00
parent 60258abce7
commit 5a4bd9de08

View File

@ -12,6 +12,7 @@ class PostgresSettings(pydantic_settings.BaseSettings):
extra="ignore",
)
name: str = "database_name"
host: str = "localhost"
port: int = 5432
user: str = "app"