mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
port fix
This commit is contained in:
parent
117a548117
commit
ad702901db
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue