Skip to content

Commit

Permalink
remove sqlite env
Browse files Browse the repository at this point in the history
  • Loading branch information
benhiller committed Oct 22, 2020
1 parent be2e90a commit 7f6a134
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ require('dotenv').config();

module.exports = {
development: {
client: 'sqlite3',
connection: {
filename: './dev.sqlite3',
},
useNullAsDefault: true,
},

psql: {
client: 'postgresql',
connection: process.env.PG_CONNECTION_STRING,
},
Expand Down

0 comments on commit 7f6a134

Please sign in to comment.