Created
July 19, 2020 21:04
-
-
Save rajeevshukla/b55e4024bcdeb35b233d206231f37295 to your computer and use it in GitHub Desktop.
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
listener "tcp" { | |
address = "127.0.0.1:8200" | |
tls_disable = true | |
} | |
storage "file" { | |
path = "/opt/vault/data" | |
} | |
ui = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment