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