1

I don't see anything in the documentation about it. I need to be able to use an SSL connection to my Postgres db (accessing a Heroku instance externally). Is there a way to set this in datasources.json?

Jordan Kasper
  • 13,153
  • 3
  • 36
  • 55
Lee
  • 1,389
  • 3
  • 18
  • 28

1 Answers1

2

You should be able to set "ssl": true in the config for that datasource and have that propagated to the connector.

Ryann Graham
  • 8,079
  • 2
  • 29
  • 32