Use hostname in database if env is set (#2101)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user