feat: implement Remote WinBox worker, API, frontend integration, OpenBao persistence, and supporting docs
This commit is contained in:
11
infrastructure/openbao/config.hcl
Normal file
11
infrastructure/openbao/config.hcl
Normal file
@@ -0,0 +1,11 @@
|
||||
storage "file" {
|
||||
path = "/openbao/data"
|
||||
}
|
||||
|
||||
listener "tcp" {
|
||||
address = "0.0.0.0:8200"
|
||||
tls_disable = true
|
||||
}
|
||||
|
||||
api_addr = "http://127.0.0.1:8200"
|
||||
ui = false
|
||||
Reference in New Issue
Block a user