-
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
Updating master for release #221
Conversation
Game statistic
/getAllUsers method added to userservice
…into Game_Upgrade
…into Game_Upgrade
…into Game_Upgrade
Front-end improvements
Changing user photo
Two new e2e tests working
More tests for frontend
new routes for user-service in openAPI
|
@@ -10,7 +10,7 @@ | |||
|
|||
|
|||
// Connect to MongoDB | |||
const mongoUri = 'mongodb+srv://prueba:[email protected]/?retryWrites=true&w=majority&appName=Cluster0'; | |||
const mongoUri = process.env.MONGODB_URI || '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.