From 2ca2d9dc52760b0bef7ac7ca029e54993f9148c8 Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Tue, 26 Sep 2017 11:50:52 -0400 Subject: [PATCH] changes influx to explicitly washington --- src/influx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/influx.rs b/src/influx.rs index fe236c6..a128da4 100644 --- a/src/influx.rs +++ b/src/influx.rs @@ -24,7 +24,7 @@ use warnings::Warning; const WRITER_ADDR: &'static str = "ipc:///tmp/mm/influx"; //const WRITER_ADDR: &'static str = "tcp://127.0.0.1:17853"; const DB_NAME: &'static str = "mm"; -const DB_HOST: &'static str = "http://localhost:8086/write"; +const DB_HOST: &'static str = "http://washington.0ptimus.internal:8086/write"; //const DB_HOST: &'static str = "http://harrison.0ptimus.internal:8086/write"; const ZMQ_RCV_HWM: i32 = 0; const ZMQ_SND_HWM: i32 = 0;