Soham0708 commited on
Commit
8716ca3
·
verified ·
1 Parent(s): dc7a5e5

Update config/database.py

Browse files
Files changed (1) hide show
  1. config/database.py +1 -1
config/database.py CHANGED
@@ -3,7 +3,7 @@ import gridfs
3
 
4
 
5
  # Connect to MongoDB with the custom SSL context
6
- client = pymongo.MongoClient("mongodb+srv://soham:Soham2001@cluster0.pgjgiww.mongodb.net/?retryWrites=true&w=majority", ssl=True)
7
 
8
  db = client.database
9
 
 
3
 
4
 
5
  # Connect to MongoDB with the custom SSL context
6
+ client = pymongo.MongoClient("mongodb+srv://soham:Soham2001@potholedetection.gt3rb.mongodb.net/?retryWrites=true&w=majority&appName=potholeDetection", ssl=True)
7
 
8
  db = client.database
9