You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
280 B
18 lines
280 B
5 years ago
|
{
|
||
|
"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
|
||
|
}
|