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 52f2d00 commit 2ef0ea8Copy full SHA for 2ef0ea8
src/config.js.cloudgov
@@ -1,4 +1,5 @@
1
const knexfile = require('../knexfile');
2
+const VCAP_SERVICES_JSON = JSON.parse(process.env.VCAP_SERVICES);
3
4
module.exports = {
5
api_data_gov_secret: process.env.API_DATA_GOV_SECRET,
0 commit comments