Skip to content

Commit e0a99d8

Browse files
Xavier MetichecchiaXavier Metichecchia
authored andcommitted
Fix start command 2
1 parent a444d8e commit e0a99d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

knexfile.js.cloudgov

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
const VCAP_SERVICES_JSON = JSON.parse(process.env.VCAP_SERVICES);
3+
14
module.exports = {
25
development: {
36
client: 'postgresql',

0 commit comments

Comments
 (0)