mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
fixed trailing slash in consul.html.md example
This commit is contained in:
parent
2e42352d7c
commit
4310bb58c8
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ check.
|
|||
```hcl
|
||||
storage "consul" {
|
||||
address = "127.0.0.1:8500"
|
||||
path = "vault"
|
||||
path = "vault/"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue