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 aeeb6de commit 68bc3f8Copy full SHA for 68bc3f8
knexfile.js
@@ -11,7 +11,7 @@ module.exports = {
11
host: process.env.POSTGRES_HOST,
12
user: process.env.POSTGRES_USER,
13
password: process.env.POSTGRES_PASSWORD,
14
- database: process.env.POSTGRES_DATABASE
+ database: process.env.POSTGRES_DATABASE,
15
},
16
pool: {
17
min: 2,
knexfile.js.cloudgov
@@ -15,7 +15,8 @@ module.exports = {
user : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["username"],
password : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["password"],
database : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["db_name"],
18
-
+ port: 5432
19
+ ssl: true
20
21
22
0 commit comments