Skip to content

Commit fccb9fb

Browse files
Xavier MetichecchiaXavier Metichecchia
authored andcommitted
add port and ssl to postgres connection knexfile 3
1 parent 47ba9cf commit fccb9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knexfile.js.cloudgov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
user : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["username"],
1616
password : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["password"],
1717
database : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["db_name"],
18-
port: 5432
18+
port: 5432,
1919
ssl : true
2020
},
2121
pool: {

0 commit comments

Comments
 (0)