We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d76f6 commit eb13ce9Copy full SHA for eb13ce9
server/mongo.py
@@ -1,5 +1,5 @@
1
from pymongo import MongoClient
2
3
# Create a new connection object and initialize with the required database
4
-client = MongoClient('mongodb://admin:th3_b3es7_p4ss_1_h4d@20.102.85.148:27017/')
+client = MongoClient('mongodb://admin:PASSWORD@20.102.85.148:27017/')
5
db = client.da_new
0 commit comments