Skip to content

Commit 500bff3

Browse files
committed
udpate mongodb url
1 parent 5da7e15 commit 500bff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/private.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pub const JWT_SECRET: &'static str = "MySecretKey";
22
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";
3+
pub(crate) const URL_DB: &str = "mongodb+srv://ghostdetectorteam:[email protected]/?retryWrites=true&w=majority";

0 commit comments

Comments
 (0)