mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-14 19:16:16 +00:00
[#10] fix add field "name"
This commit is contained in:
@@ -12,6 +12,7 @@ class PostgresSettings(pydantic_settings.BaseSettings):
|
||||
extra="ignore",
|
||||
)
|
||||
|
||||
name: str = "database_name"
|
||||
host: str = "localhost"
|
||||
port: int = 5432
|
||||
user: str = "app"
|
||||
|
||||
Reference in New Issue
Block a user