Initial commit
This commit is contained in:
13
server/db/knexfile.js
Executable file
13
server/db/knexfile.js
Executable file
@@ -0,0 +1,13 @@
|
||||
require('dotenv').config({
|
||||
path: '..'
|
||||
});
|
||||
|
||||
// Update with your config settings.
|
||||
|
||||
module.exports = {
|
||||
client: 'pg',
|
||||
connection: process.env.DATABASE_URL,
|
||||
migrations: {
|
||||
tableName: 'migration'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user