mirror of https://github.com/tikv/website.git
Fix labels config syntax
This commit is contained in:
commit
cb76ae73cb
|
|
@ -45,7 +45,7 @@ Assume that the topology has three layers: `zone > rack > host`. You can set a l
|
|||
|
||||
```toml
|
||||
[server]
|
||||
labels = "zone=<zone>,rack=<rack>,host=<host>"
|
||||
labels = {zone="<zone>",rack="<rack>",host="<host>"}
|
||||
```
|
||||
|
||||
## Example
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Assume that the topology has three layers: `zone > rack > host`. You can set a l
|
|||
|
||||
```toml
|
||||
[server]
|
||||
labels = "zone=<zone>,rack=<rack>,host=<host>"
|
||||
labels = {zone="<zone>",rack="<rack>",host="<host>"}
|
||||
```
|
||||
|
||||
## Example
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Assume that the topology has three layers: `zone > rack > host`. You can set a l
|
|||
|
||||
```toml
|
||||
[server]
|
||||
labels = "zone=<zone>,rack=<rack>,host=<host>"
|
||||
labels = {zone="<zone>",rack="<rack>",host="<host>"}
|
||||
```
|
||||
|
||||
## Example
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Assume that the topology has three layers: `zone > rack > host`. You can set a l
|
|||
|
||||
```toml
|
||||
[server]
|
||||
labels = "zone=<zone>,rack=<rack>,host=<host>"
|
||||
labels = {zone="<zone>",rack="<rack>",host="<host>"}
|
||||
```
|
||||
|
||||
## Example
|
||||
|
|
|
|||
Loading…
Reference in New Issue