featurebase/qa/scripts/featurebase.conf
2021-11-18 10:28:49 -06:00

30 lines
No EOL
522 B
Text

name = "pilosa1"
bind = "0.0.0.0:10101"
bind-grpc = "0.0.0.0:20101"
data-dir = "/opt/molecula/featurebase"
log-path = "/var/log/molecula/featurebase.log"
max-file-count=900000
max-map-count=900000
long-query-time = "10s"
[postgres]
bind = "localhost:55432"
[cluster]
name = "cluster1"
replicas = 1
[etcd]
listen-client-address = "http://localhost:10401"
listen-peer-address = "http://localhost:10301"
initial-cluster = "pilosa1=http://localhost:10301"
[metric]
service = "prometheus"