Browse Source

moves influx back to localhost

master
Jonathan Strong 7 years ago
parent
commit
2e83efbe2b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/influx.rs

+ 2
- 2
src/influx.rs View File

@@ -23,8 +23,8 @@ 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://harrison.0ptimus.internal:8086/write";
const DB_HOST: &'static str = "http://localhost: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;



Loading…
Cancel
Save