mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-23 15:18:41 -04:00
Update apis.html.md (#5071)
We disable TLS for example purposes, not exemplary purposes 😄
This commit is contained in:
parent
d74fae41ef
commit
d2f3abf02e
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ application would use that token for future communication with Vault.
|
|||
|
||||
For the purpose of this guide, we will use the following configuration which
|
||||
disables TLS and uses a file-based backend. TLS is disabled here only for
|
||||
exemplary purposes; it should never be disabled in production.
|
||||
example purposes; it should never be disabled in production.
|
||||
|
||||
```hcl
|
||||
backend "file" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue