We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da7e15 commit 500bff3Copy full SHA for 500bff3
src/private.rs
@@ -1,3 +1,3 @@
1
pub const JWT_SECRET: &'static str = "MySecretKey";
2
pub const REFRESH_JWT_SECRET: &'static str = "MySecretKey";
3
-pub(crate) const URL_DB: &str = "mongodb+srv://ghostdetectorteam:[email protected]/?retryWrites=true&w=majority/backend";
+pub(crate) const URL_DB: &str = "mongodb+srv://ghostdetectorteam:[email protected]/?retryWrites=true&w=majority";
0 commit comments