We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ba9cf commit fccb9fbCopy full SHA for fccb9fb
knexfile.js.cloudgov
@@ -15,7 +15,7 @@ module.exports = {
15
user : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["username"],
16
password : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["password"],
17
database : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["db_name"],
18
- port: 5432
+ port: 5432,
19
ssl : true
20
},
21
pool: {
0 commit comments