mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
16 lines
498 B
JSON
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>" }
|
|
]
|
|
}
|