This commit is contained in:
Valery Denisov 2024-04-24 14:53:46 +02:00
parent 117a548117
commit ad702901db
No known key found for this signature in database

View File

@ -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(