Select the types of activity you want to include in your feed.
1ui = false 2 3storage "file" { 4 path = "/openbao/data" 5} 6 7listener "tcp" { 8 address = "0.0.0.0:8200" 9 tls_disable = true # put TLS termination at your reverse proxy 10} 11 12api_addr = "http://openbao:8200"