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 24bac76 commit 932cef4Copy full SHA for 932cef4
oci-opentelemetry-solution/example/server/server.js
@@ -12,7 +12,7 @@ app.use(cors());
12
app.use(express.json());
13
14
// MongoDB connection setup
15
-mongoose.connect('mongodb+srv://anandgravitate:[email protected]/?retryWrites=true&w=majority', {
+mongoose.connect('[MONGODB CONNECTION STRING]', {
16
useNewUrlParser: true,
17
useUnifiedTopology: true,
18
});
0 commit comments