mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 21:50:22 +03:00
Document vault in prod mode instead of dev mode (#7928)
This commit is contained in:
committed by
kannappanr
parent
28661c0413
commit
a57c747667
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user