You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Using .DBWrapper('pg', [config object]), I thought ssl: true would be valid, as it is in the pg module itself.
This isn't the case, but a current solution is to append ?ssl=1 onto the database key. It would be useful if the former option was available.