Skip to content

Commit 2ef0ea8

Browse files
Xavier MetichecchiaXavier Metichecchia
authored andcommitted
Make Cloudgov version of config.js instead of knexfile 2
1 parent 52f2d00 commit 2ef0ea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.js.cloudgov

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const knexfile = require('../knexfile');
2+
const VCAP_SERVICES_JSON = JSON.parse(process.env.VCAP_SERVICES);
23

34
module.exports = {
45
api_data_gov_secret: process.env.API_DATA_GOV_SECRET,

0 commit comments

Comments
 (0)