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 231cf3a commit 8eed3a0Copy full SHA for 8eed3a0
knexfile.js
@@ -1,3 +1,5 @@
1
+require('dotenv').config()
2
+
3
module.exports = {
4
client: 'pg',
5
connection: process.env.DATABASE_URL,
0 commit comments