Fix the server/client typo in the Agent docs

pull/21675/head
Brian Mathiyakom 2024-08-27 14:49:53 -07:00 committed by Brian Mathiyakom
parent 3e6f1c1fe1
commit 12b67768a5
1 changed files with 4 additions and 4 deletions

View File

@ -382,8 +382,8 @@ The `client_addr` configuration specifies IP addresses used for HTTP, HTTPS, DNS
<CodeTabs>
```hcl
node_name = "consul-server"
server = true
node_name = "consul-client"
server = false
bootstrap = true
ui_config {
enabled = true
@ -405,8 +405,8 @@ advertise_addr = "{{ GetInterfaceIP \"en0\" }}"
```json
{
"node_name": "consul-server",
"server": true,
"node_name": "consul-client",
"server": false,
"bootstrap": true,
"ui_config": {
"enabled": true