mirror of
https://github.com/rjNemo/MERN_sample_app
synced 2026-06-06 08:46:39 +00:00
3 lines
173 B
JavaScript
3 lines
173 B
JavaScript
// connection string for mongoDB Atlas
|
|
export const MONGO_URI =
|
|
"mongodb+srv://ruidy:Xyxoo971+mongodb@projectscluster-xcfet.mongodb.net/test?retryWrites=true&w=majority";
|