---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ydb.tech/docs/en/reference/configuration/bridge_config.md?version=main
  - https://ydb.tech/docs/ru/reference/configuration/bridge_config.md?version=main
sourcePath: en/core/reference/configuration/bridge_config.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/en/llms.txt

# bridge_config

This section describes cluster [piles](https://ydb.tech/docs/en/concepts/glossary.md?version=main#pile) for [bridge mode](https://ydb.tech/docs/en/concepts/bridge.md?version=main). List the pile names used to bind hosts and other entities. In bridge mode, each host must also specify the corresponding pile name in the `hosts` section (`bridge_pile_name` field); see [Bridge mode specifics](https://ydb.tech/docs/en/reference/configuration/hosts.md?version=main#hosts-bridge).

## Syntax

```yaml
bridge_config:
  piles:
  - name: <pile_name_1>
  - name: <pile_name_2>
  ...
  - name: <pile_name_n>
```
