forked from jmug/stoatchat
Add .env to ignore and remove warning.
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
assets
|
assets
|
||||||
target
|
target
|
||||||
|
.env
|
||||||
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user