Skip to content

Commit

Permalink
Deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady2320 committed Oct 23, 2021
1 parent bb1cc5b commit 24349e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
app = Flask(__name__)


app.config['MONGO_DBNAME'] = 'medicareDB'
app.config['MONGO_URI'] = 'mongodb://localhost:27017/medicareDB'
app.config['MONGO_DBNAME'] = 'medicare-prime'
app.config['MONGO_URI'] = 'mongodb+srv://admin:[email protected]/medicare-prime?retryWrites=true&w=majority'
mongo = PyMongo(app)


Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ tensorflow-cpu==2.5.1
urllib3==1.26.5
Werkzeug==2.0.1
gunicorn==19.8.0
dnspython==2.1.0

0 comments on commit 24349e5

Please sign in to comment.