Add .env to ignore and remove warning.

This commit is contained in:
Paul Makles
2020-08-30 18:04:38 +01:00
parent 7c374ec756
commit ab2a510bc6
2 changed files with 5 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
assets assets
target target
.env

View File

@@ -1,6 +1,8 @@
use log::warn;
use std::env; use std::env;
#[cfg(debug_assertions)]
use log::warn;
lazy_static! { lazy_static! {
// General Configuration // General Configuration
pub static ref MONGO_URI: String = pub static ref MONGO_URI: String =