all: adding dotenv to all binary crates
This commit is contained in:
@@ -8,6 +8,7 @@ use toml;
|
||||
mod validator;
|
||||
|
||||
fn main() {
|
||||
dotenv::dotenv().ok();
|
||||
pretty_env_logger::init();
|
||||
|
||||
let arg_matches = App::new("Nym Validator")
|
||||
|
||||
Reference in New Issue
Block a user