Skip to content

Commit 932cef4

Browse files
authored
Update server.js
Signed-off-by: zkhader <[email protected]>
1 parent 24bac76 commit 932cef4

File tree

1 file changed

+1
-1
lines changed
  • oci-opentelemetry-solution/example/server

1 file changed

+1
-1
lines changed

oci-opentelemetry-solution/example/server/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ app.use(cors());
1212
app.use(express.json());
1313

1414
// MongoDB connection setup
15-
mongoose.connect('mongodb+srv://anandgravitate:[email protected]/?retryWrites=true&w=majority', {
15+
mongoose.connect('[MONGODB CONNECTION STRING]', {
1616
useNewUrlParser: true,
1717
useUnifiedTopology: true,
1818
});

0 commit comments

Comments
 (0)