mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
27 lines
539 B
Text
27 lines
539 B
Text
bind = "https://localhost:10111"
|
|
bind-grpc = "localhost:20111"
|
|
data-dir = "./pilosa-sec-data-idk"
|
|
verbose = false
|
|
|
|
[cluster]
|
|
coordinator = true
|
|
|
|
[gossip]
|
|
port = "14010"
|
|
|
|
[metric]
|
|
diagnostics = false
|
|
host = ""
|
|
poll-interval = "0s"
|
|
service = "none"
|
|
|
|
[tls]
|
|
ca-certificate = "/Users/jaffee/idk/testenv/certs/ca.crt"
|
|
certificate = "/Users/jaffee/idk/testenv/certs/localhost.crt"
|
|
key = "/Users/jaffee/idk/testenv/certs/localhost.key"
|
|
skip-verify = false
|
|
enable-client-verification = true
|
|
|
|
[tracing]
|
|
sampler-type = "off"
|
|
|