-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User management rita #78
Conversation
Point 3.2 of the documentation
Adding new fields to use-model and add a user to database
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
const mongoUri = process.env.MONGODB_URI || 'mongodb://localhost:27017/userdb'; | ||
mongoose.connect(mongoUri); | ||
// Connect to MongoDB - testing | ||
const mongoUri = 'mongodb+srv://prueba:[email protected]/?retryWrites=true&w=majority&appName=Cluster0'; |
Check failure
Code scanning / SonarCloud
MongoDB database passwords should not be disclosed High
const mongoUri = process.env.MONGODB_URI || 'mongodb://localhost:27017/userdb'; | ||
mongoose.connect(mongoUri); | ||
// Connect to MongoDB - testing | ||
const mongoUri = 'mongodb+srv://prueba:[email protected]/?retryWrites=true&w=majority&appName=Cluster0'; |
Check failure
Code scanning / SonarCloud
MongoDB database passwords should not be disclosed High
No description provided.