Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ydb/docs/en/core/deploy/configuration/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ domains_config:

{% list tabs %}

- Block-4-2
- `block-4-2`

```yaml
domains_config:
Expand All @@ -252,7 +252,7 @@ domains_config:
ssid: 1


- Block-4-2 + Auth
- `block-4-2` + Auth

```yaml
domains_config:
Expand All @@ -277,7 +277,7 @@ domains_config:
enforce_user_token_requirement: true


- Mirror-3-dc
- `mirror-3-dc`

```yaml
domains_config:
Expand All @@ -300,7 +300,7 @@ domains_config:
ssid: 1
```

- Without fault tolerance
- `none` (without fault tolerance)

```yaml
domains_config:
Expand Down
8 changes: 4 additions & 4 deletions ydb/docs/ru/core/deploy/configuration/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ domains_config:

{% list tabs %}

- Block-4-2
- `block-4-2`

``` yaml
domains_config:
Expand All @@ -251,7 +251,7 @@ domains_config:
nto_select: 5
ssid: 1

- Block-4-2 + Auth
- `block-4-2` + Auth

``` yaml
domains_config:
Expand All @@ -275,7 +275,7 @@ domains_config:
security_config:
enforce_user_token_requirement: true

- Mirror-3-dc
- `mirror-3-dc`

``` yaml
domains_config:
Expand All @@ -298,7 +298,7 @@ domains_config:
ssid: 1
```

- Без отказоустойчивости
- `none` (без отказоустойчивости)

``` yaml
domains_config:
Expand Down