Document vault in prod mode instead of dev mode (#7928)

This commit is contained in:
Harshavardhana
2019-07-15 17:32:15 -07:00
committed by kannappanr
parent 28661c0413
commit a57c747667
2 changed files with 135 additions and 31 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"api_addr": "http://127.0.0.1:8200",
"backend": {
"file": {
"path": "vault/file"
}
},
"default_lease_ttl": "168h",
"max_lease_ttl": "720h",
"listener": {
"tcp": {
"address": "0.0.0.0:8200",
"tls_disable": true
}
},
"ui": true
}