mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 09:15:01 +03:00
Fix dotenv path in knexfile
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
const path = require('path');
|
||||
|
||||
require('dotenv').config({
|
||||
path: '..'
|
||||
path: path.resolve(__dirname, '../.env')
|
||||
});
|
||||
|
||||
// Update with your config settings.
|
||||
|
||||
Reference in New Issue
Block a user