Thanks to visit codestin.com Credit goes to github.com
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 a234593 commit 73ebddaCopy full SHA for 73ebdda
knexfile.js
@@ -1,9 +1,9 @@
1
// Since Knex always runs this file first, all of our seeds and migrations are babelified.
2
require('babel-register');
3
4
-const { parse } = require('pg-connection-string');
+const parse = require('pg-connection-string').parse;
5
6
-const { DATABASE_URL } = process.env;
+const DATABASE_URL = process.env.DATABASE_URL;
7
8
module.exports = {
9
development: {
0 commit comments