From 6822dd99b5245195dbe45fbe9cb1718fdfb51a2f Mon Sep 17 00:00:00 2001 From: Todd Gruben Date: Mon, 3 Aug 2015 11:52:53 -0500 Subject: [PATCH] added default config file --- default.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 default.yaml diff --git a/default.yaml b/default.yaml new file mode 100644 index 000000000..640910d92 --- /dev/null +++ b/default.yaml @@ -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