Backport of Fix the server/client typo in the Agent docs into release/1.19.x (#21702)

backport of commit 12b67768a5

Co-authored-by: Brian Mathiyakom <brian@mathiyakom.net>
pull/21706/head
hc-github-team-consul-core 2024-09-06 13:09:28 -04:00 committed by GitHub
parent 364ee084b3
commit ddcefe47f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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