Skip to content

Commit

Permalink
Update nucliadb/src/nucliadb/common/cluster/settings.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joan Antoni RE <[email protected]>
  • Loading branch information
javitonino and jotare committed Nov 12, 2024
1 parent 8c06ffe commit 20729d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nucliadb/src/nucliadb/common/cluster/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Settings(BaseSettings):
cluster_discovery_manual_addresses: list[str] = []

nidx_api_address: Optional[str] = Field(default=None, description="NIDX gRPC API address")
nidx_searcher_address: Optional[str] = Field(default=None, description="NIDX gRPC API address")
nidx_searcher_address: Optional[str] = Field(default=None, description="NIDX gRPC searcher API address")


settings = Settings()
Expand Down

0 comments on commit 20729d7

Please sign in to comment.