remove knexfile

pull/31/head
unknown 2018-11-19 15:05:59 -05:00
parent 9ddc8ff271
commit c3a225c963
2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ lib-cov
*.pid
package-lock.json
ecosystem.config.js
knexfile.js

View File

@ -1,4 +0,0 @@
module.exports = {
client: 'pg',
connection: 'postgresql://devdbo:password@roe-db-dev.cw5d6ibguemf.us-east-2.rds.amazonaws.com:5432/roedev'
}