Created
October 4, 2019 15:22
-
-
Save nexus166/7e29e1d2015dba9a24f6b96beb61aaea to your computer and use it in GitHub Desktop.
vault configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "backend": { | |
| "file": { | |
| "path": "/vault" | |
| } | |
| }, | |
| "listener": { | |
| "tcp": { | |
| "address": "0.0.0.0:8200", | |
| "tls_disable": "0", | |
| "tls_cert_file": "/certs/tls.crt", | |
| "tls_key_file": "/certs/tls.key" | |
| } | |
| }, | |
| "default_lease_ttl": "1h", | |
| "max_lease_ttl": "720h", | |
| "ui": true, | |
| "plugin_directory": "/vault/plugins", | |
| "cluster_name": "Vault", | |
| "disable_mlock": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment