mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Fix dotenv path in knexfile
This commit is contained in:
parent
36fe34e8e1
commit
5c63dc9d30
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
const path = require('path');
|
||||
|
||||
require('dotenv').config({
|
||||
path: '..'
|
||||
path: path.resolve(__dirname, '../.env')
|
||||
});
|
||||
|
||||
// Update with your config settings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue