Skip to content

Commit 47ba9cf

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

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
@@ -16,7 +16,7 @@ module.exports = {
1616
password : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["password"],
1717
database : VCAP_SERVICES_JSON["aws-rds"][0]["credentials"]["db_name"],
1818
port: 5432
19-
ssl: true
19+
ssl : true
2020
},
2121
pool: {
2222
min: 2,

0 commit comments

Comments
 (0)