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:
parent
60258abce7
commit
5a4bd9de08
|
@ -12,6 +12,7 @@ class PostgresSettings(pydantic_settings.BaseSettings):
|
|||
extra="ignore",
|
||||
)
|
||||
|
||||
name: str = "database_name"
|
||||
host: str = "localhost"
|
||||
port: int = 5432
|
||||
user: str = "app"
|
||||
|
|
Loading…
Reference in New Issue
Block a user