Skip to content

Commit

Permalink
url removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto-Guerra committed Apr 29, 2024
1 parent 94db0a6 commit 0e1542e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const app = express();
const port = 8003;

// Connect to MongoDB
const mongoUri = process.env.MONGODB_URI || "mongodb+srv://prueba:[email protected]/?retryWrites=true&w=majority&appName=Cluster0";
const mongoUri = process.env.MONGODB_URI

mongoose.connect(mongoUri).then(
console.log('Succesfully connected to MongoDB')
Expand Down

0 comments on commit 0e1542e

Please sign in to comment.