mirror of https://github.com/status-im/consul.git
docs: fix hcl use on production acls guide (#6739)
Also clean up some general whitespace formatting.
This commit is contained in:
parent
ff8157fb51
commit
dc4b3e3444
|
@ -45,8 +45,8 @@ on them when you apply the token.
|
|||
# agent.hcl
|
||||
{
|
||||
acl = {
|
||||
enabled = true,
|
||||
default_policy = "deny",
|
||||
enabled = true
|
||||
default_policy = "deny"
|
||||
enable_token_persistence = true
|
||||
}
|
||||
}
|
||||
|
@ -339,7 +339,6 @@ The data file must contain a valid token.
|
|||
{
|
||||
"Token": "5467d69a-5f19-469b-0543-12a487eecc66"
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
Note, if you have multiple agents serving DNS requests you can use the same
|
||||
|
|
Loading…
Reference in New Issue