diff --git a/flask-mongo-template/app.py b/flask-mongo-template/app.py index 9c6b5a5..a042af7 100644 --- a/flask-mongo-template/app.py +++ b/flask-mongo-template/app.py @@ -28,7 +28,7 @@ app.config['MONGO_DBNAME'] = 'database' # URI of database -app.config['MONGO_URI'] = "mongodb+srv://feedbackLoop:TestUserPassword1!@cluster0.0nsou.mongodb.net/database?retryWrites=true&w=majority" +app.config['MONGO_URI'] = "" #Initialize PyMongo mongo = PyMongo(app)