mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 20:03:28 +02:00
feat: +hashicorp vault
This commit is contained in:
parent
313d5d41f3
commit
e3dc289e1a
2 changed files with 215 additions and 0 deletions
11
tests/data/vault/config.hcl
Normal file
11
tests/data/vault/config.hcl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
storage "file" {
|
||||
path = "vault-data"
|
||||
}
|
||||
|
||||
listener "tcp" {
|
||||
tls_disable = "true"
|
||||
# tls_cert_file = "yourdomain.crt"
|
||||
# tls_key_file = "yourdomain.key"
|
||||
}
|
||||
|
||||
ui = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue