mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 21:47:02 +00:00
Add .env to ignore and remove warning.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
use log::warn;
|
||||
use std::env;
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
use log::warn;
|
||||
|
||||
lazy_static! {
|
||||
// General Configuration
|
||||
pub static ref MONGO_URI: String =
|
||||
|
||||
Reference in New Issue
Block a user