Skip to content

Commit

Permalink
use direct location
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Nov 4, 2023
1 parent 52120d2 commit c5756d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/mongo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub struct ManagerInfo {
impl MongoClient {
pub async fn connect() -> Result<Self> {
// Possible env
const MONGO_URL: &str = "mongodb://zjobse:LZb7w8APTz4GdhtEj5B9aQ@100.75.38.11:27017";
const MONGO_URL: &str = "mongodb://zjobse:LZb7w8APTz4GdhtEj5B9aQ@161.97.144.206:27017";
// Try connect to mongo client
let client = Client::with_uri_str(MONGO_URL).await?;

Expand Down

0 comments on commit c5756d8

Please sign in to comment.