Skip to content

Commit

Permalink
remove connection string
Browse files Browse the repository at this point in the history
Signed-off-by: tim-macphail <timothy.macphail@gmail.com>
  • Loading branch information
tim-macphail committed Sep 30, 2024
1 parent 9e2660c commit 293f511
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/handlers/db_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# # Getting the connection string
# load_dotenv()
# pylint ignore next line naming and line length
# pylint: disable=C0103, C0301
# connection_string = "mongodb+srv://lifelineteamdb:mypassword1@cluster0.ib2qbgg.mongodb.net/?retryWrites=true&w=majority"

# # Defining a MongoDB client instance
# client = MongoClient(connection_string)
Expand Down

0 comments on commit 293f511

Please sign in to comment.