Closed MDXDave closed 4 years ago
We need to make sure to disable SSL connection to the pgsql database by adding PGSSLMODE=disable as an env variable.
PGSSLMODE=disable
This PR also fixes #6
See outline/outline#1501 for more information
Thank you!
We need to make sure to disable SSL connection to the pgsql database by adding
PGSSLMODE=disable
as an env variable.This PR also fixes #6
See outline/outline#1501 for more information