Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-windsors committed Nov 5, 2024
1 parent 78bd938 commit 741f40d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
username=str(os.getenv("MONGODB_USERNAME")),
password=str(os.getenv("MONGODB_PASSWORD")),
authMechanism='SCRAM-SHA-256',
serverSelectionTimeoutMS=1000
serverSelectionTimeoutMS=1000,
replicaSet='rs0'
)
# connect to the glados database
gladosDB = mongoClient["gladosdb"]
Expand Down

0 comments on commit 741f40d

Please sign in to comment.