16 lines
170 B
Plaintext
16 lines
170 B
Plaintext
|
{
|
||
|
"backend": {
|
||
|
"file": {
|
||
|
"path": "/vault/file"
|
||
|
}
|
||
|
},
|
||
|
"listener": {
|
||
|
"tcp": {
|
||
|
"address": "0.0.0.0:{{VAULT_PORT}}",
|
||
|
"tls_disable": 1
|
||
|
}
|
||
|
},
|
||
|
"ui": true
|
||
|
}
|
||
|
|