Initial commit
This commit is contained in:
11
knexfile.js
Executable file
11
knexfile.js
Executable file
@@ -0,0 +1,11 @@
|
||||
require('dotenv').config();
|
||||
|
||||
module.exports = {
|
||||
development: {
|
||||
client: 'pg',
|
||||
connection: process.env.DATABASE_URL,
|
||||
migrations: {
|
||||
directory: './migrations',
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user