mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
30 lines
No EOL
522 B
Text
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" |