mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-29 04:22:23 +00:00
port fix
This commit is contained in:
parent
117a548117
commit
ad702901db
@ -329,7 +329,7 @@ class ClickHouseSettings(BaseModel):
|
|||||||
description="The server hosting the ClickHouse database",
|
description="The server hosting the ClickHouse database",
|
||||||
)
|
)
|
||||||
port: int = Field(
|
port: int = Field(
|
||||||
8123,
|
8443,
|
||||||
description="The port on which the ClickHouse database is accessible",
|
description="The port on which the ClickHouse database is accessible",
|
||||||
)
|
)
|
||||||
username: str = Field(
|
username: str = Field(
|
||||||
|
Loading…
Reference in New Issue
Block a user