Skip to content

Commit

Permalink
Rename yadocs to docs (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Valeria Bulanova <[email protected]>
  • Loading branch information
vallbull and vallbull authored Dec 6, 2023
1 parent 872f57d commit 930c4eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def yadocs_file_s3_settings_fallback(full_cfg: ConnectorsConfigType) -> dict[str
if cfg is None:
return {}
return dict(
DOCS=FileS3ConnectorSettings( # type: ignore
YADOCS=FileS3ConnectorSettings( # type: ignore
HOST=cfg.CONN_FILE_CH_HOST,
PORT=cfg.CONN_FILE_CH_PORT,
USERNAME=cfg.CONN_FILE_CH_USERNAME,
Expand Down

0 comments on commit 930c4eb

Please sign in to comment.