OPC # 0001: Extract OPC into standalone repo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
storage "file" {
|
||||
path = "/vault/file"
|
||||
}
|
||||
|
||||
listener "tcp" {
|
||||
address = "0.0.0.0:8200"
|
||||
tls_disable = true
|
||||
}
|
||||
|
||||
ui = true
|
||||
disable_mlock = true
|
||||
|
||||
# Auto-unseal using a static shamir key — dev convenience only, never use in prod
|
||||
Reference in New Issue
Block a user