mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
added default config file
This commit is contained in:
parent
892b9c6729
commit
6822dd99b5
1 changed files with 17 additions and 0 deletions
17
default.yaml
Normal file
17
default.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
id: 0d92507d-1646-44f8-be81-79d79c1df623
|
||||
host: localhost
|
||||
port_tcp: 12001
|
||||
port_http: 15001
|
||||
log_path: /tmp
|
||||
fragment_base: /tmp/single
|
||||
storage_backend: cassandra
|
||||
cassandra_host: localhost
|
||||
cassandra_keyspace: pilosa
|
||||
supported_frames:
|
||||
- b.n
|
||||
- t.t
|
||||
- l.n
|
||||
- d
|
||||
- p.n
|
||||
etcd_servers:
|
||||
- http://127.0.0.1:4001
|
||||
Loading…
Add table
Reference in a new issue