all: adding dotenv to all binary crates

This commit is contained in:
Dave Hrycyszyn
2020-01-22 17:27:30 +00:00
parent 1e8423b339
commit b5e2f9fca8
8 changed files with 10 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ use toml;
mod validator;
fn main() {
dotenv::dotenv().ok();
pretty_env_logger::init();
let arg_matches = App::new("Nym Validator")