Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
don't print mongodb connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbregulla1111 committed Apr 27, 2018
1 parent 43e46c8 commit 8c56b87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/mongo_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ def build_uris(config):
mongoConnectionString = [
'mongodb://' + config['mongo']['username'] + ':' + config['mongo']['password'] + '@' + uris + '/' +
config['mongo']['database'] + '?' + ssl + replicaSet + authSource]
print (mongoConnectionString)

return mongoConnectionString
else:
return config['mongo']['uris']
Expand Down

0 comments on commit 8c56b87

Please sign in to comment.