Skip to content

Commit

Permalink
console log to check secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfdzs committed Apr 7, 2024
1 parent c2fe215 commit d23ad91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions users/authservice/auth-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ app.use(express.json());
// Connect to MongoDB
const mongoURI = process.env.MONGODB_URI;

console.log("URL: ", mongoURI);

mongoose.connect(mongoURI, { useNewUrlParser: true, useUnifiedTopology: true});
//const userCollection = mongoose.connection.useDb("WIQ").collection("users");

Expand Down

0 comments on commit d23ad91

Please # to comment.