-
-
Notifications
You must be signed in to change notification settings - Fork 603
Using with Heroku
Benjie Gillam edited this page Feb 5, 2018
·
7 revisions
We recommend using RDS as the database since RDS allows you to easily create roles. You should force_ssl in this case, and to ensure PostGraphQL connects to RDS using SSL you need to add ?ssl=1
to the connection string, e.g. heroku config:set DATABASE_URL="postgres://...rdshost.../db_name?ssl=1"