Cyberjusticelab / JusticeAI

JusticeAI (ProceZeus) is a web chat bot that aims to facilitate access to judicial proceedings involving Quebec tenant/landlord law
https://cyberjusticelab.github.io/JusticeAI/docs/rendered/
MIT License
21 stars 16 forks source link

Uses proper version of psycopg2 for python to connect to postgresql database… #435

Closed lancelafontaine closed 6 years ago

lancelafontaine commented 6 years ago

Fixes the following error:

psycopg2.OperationalError: FATAL:  no pg_hba.conf entry for host "172.18.0.5", user "postgres", database "postgres", SSL off
codecov[bot] commented 6 years ago

Codecov Report

Merging #435 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #435   +/-   ##
======================================
  Coverage    71.1%   71.1%           
======================================
  Files          54      54           
  Lines        2291    2291           
  Branches       24      24           
======================================
  Hits         1629    1629           
  Misses        661     661           
  Partials        1       1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3f29bee...6951d14. Read the comment docs.