Skip to content

Commit

Permalink
remove passwd
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanchoudhary committed Mar 20, 2022
1 parent 83d76f6 commit 77f7937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mongo.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pymongo import MongoClient

# Create a new connection object and initialize with the required database
client = MongoClient('mongodb://admin:th3_b3es7_p4ss_1_h4d@20.102.85.148:27017/')
client = MongoClient('mongodb://admin:PASSWORD@20.102.85.148:27017/')
db = client.da_new

0 comments on commit 77f7937

Please sign in to comment.