mirego / accent

The first developer-oriented translation tool. True asynchronous flow between translators and your team.
https://www.accent.reviews
BSD 3-Clause "New" or "Revised" License
1.29k stars 97 forks source link

Add DATABASE_SSL env var to app.json #387

Closed jdurand closed 1 year ago

jdurand commented 1 year ago

Heroku Postgres now requires SSL connections. Considering that the addition of the ?sslmode=require parameter to DATABASE_URL is no longer possible, setting DATABASE_SSL=true serves as a sensible default.

Sloves https://github.com/mirego/accent/issues/310

simonprev commented 1 year ago

Oh nice! Thanks @jdurand !