select icon indicating copy to clipboard operation
select copied to clipboard

Support postgresql url and heroku

Open dukex opened this issue 3 years ago • 0 comments

To make this project heroku friendly, this PR adds some new resource configurations.

The first is the url attribute, we can easily configure the postgresql with a string like postgres://username:pass@localhost:5432/database. The typeorm already supports the the url attribute.

The second is the ssl attribute, to be possible to config SSL, this is a required option to use heroku. The typeorm already supports the the ssl attribute.

With that can have a configuration like the image

New possible config

dukex avatar Jun 01 '22 04:06 dukex