Skip to content
Snippets Groups Projects
Verified Commit 90c7f09f authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Enabled ssl mode for DB connections

parent 88bbf20d
No related branches found
No related tags found
No related merge requests found
...@@ -60,5 +60,5 @@ class DatabaseConnection(): ...@@ -60,5 +60,5 @@ class DatabaseConnection():
user=self.username, user=self.username,
password=self.password, password=self.password,
port=self.port, port=self.port,
sslmode='disable', sslmode='require',
cursor_factory=psycopg2.extras.DictCursor) cursor_factory=psycopg2.extras.DictCursor)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment