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 68bc3f8 commit 47ba9cfCopy full SHA for 47ba9cf
knexfile.js.cloudgov
@@ -16,7 +16,7 @@ module.exports = {
16
password : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["password"],
17
database : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["db_name"],
18
port: 5432
19
- ssl: true
+ ssl : true
20
},
21
pool: {
22
min: 2,
0 commit comments