afv-library/skills/connecting-datacloud/examples/connections/heroku-postgres.json
sandipkumar-yadav 37aa84df42
feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268)
* Migrating Core Salesforce Skills

* Updating pr comments

* updat reference

* Updating a skill

* Migrating Datacloud skills

* Migrating Industries cloud skills

* Validating - skills fixing

---------

Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>
2026-05-14 19:32:15 +05:30

16 lines
498 B
JSON

{
"connectorType": "HerokuPostgres",
"label": "My Heroku DB",
"name": "My_Heroku_DB",
"method": "Ingress",
"credentials": [
{ "paramName": "credentialType", "value": "UsernamePasswordAuthentication" },
{ "paramName": "user", "value": "<HEROKU_DB_USER>" },
{ "paramName": "password", "value": "<HEROKU_DB_PASSWORD>" }
],
"parameters": [
{ "paramName": "jdbc_connection_url", "value": "<HOST>:<PORT>" },
{ "paramName": "DATABASE", "value": "<DATABASE_NAME>" }
]
}