Skip to content

Commit

Permalink
[MOSIP-29854] Updated port number
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh-Binayak committed Jan 11, 2024
1 parent 6608b0c commit 3cbe423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DataBreachDetector/databreachdetector.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def deduce_sensitive_data_in_databases():

connection = psycopg2.connect(
host='postgres.dev.mosip.net',
port=5432,
user='postgres',
password='mQi298ZW7p',
database=databases[0]['name']
Expand Down

0 comments on commit 3cbe423

Please sign in to comment.