mirror of https://github.com/minio/minio.git
18 lines
280 B
JSON
18 lines
280 B
JSON
|
{
|
||
|
"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
|
||
|
}
|