mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-28 12:01:29 +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",
|
||||
)
|
||||
port: int = Field(
|
||||
8123,
|
||||
8443,
|
||||
description="The port on which the ClickHouse database is accessible",
|
||||
)
|
||||
username: str = Field(
|
||||
|
Loading…
Reference in New Issue
Block a user