Use hostname in database if env is set (#2101)

This commit is contained in:
Sathish
2018-12-10 22:59:38 -08:00
committed by GitHub
parent aeee25e703
commit 154e20484d
5 changed files with 19 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
pub extern crate influx_db_client;
#[macro_use]
extern crate lazy_static;
extern crate rand;
extern crate reqwest;
#[macro_use]
extern crate log;
extern crate solana_sdk;
extern crate sys_info;
mod metrics;
pub use metrics::flush;