Skip to content

Commit

Permalink
backport of commit 12b6776
Browse files Browse the repository at this point in the history
  • Loading branch information
counterleft committed Sep 5, 2024
1 parent 364ee08 commit 88b8d03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/content/docs/agent/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 88b8d03

Please sign in to comment.