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 a444d8e commit e0a99d8Copy full SHA for e0a99d8
knexfile.js.cloudgov
@@ -1,3 +1,6 @@
1
+
2
+const VCAP_SERVICES_JSON = JSON.parse(process.env.VCAP_SERVICES);
3
4
module.exports = {
5
development: {
6
client: 'postgresql',
0 commit comments