Skip to content
Snippets Groups Projects
Commit ab2a510b authored by insert's avatar insert
Browse files

Add .env to ignore and remove warning.

parent 7c374ec7
Branches
No related merge requests found
assets
target
\ No newline at end of file
target
.env
\ No newline at end of file
use log::warn;
use std::env;
#[cfg(debug_assertions)]
use log::warn;
lazy_static! {
// General Configuration
pub static ref MONGO_URI: String =
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment