Skip to content

Commit

Permalink
Edit package.json for AWS project deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmme committed Apr 3, 2019
1 parent 953f8e1 commit b6d7097
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"type": "git",
"url": "git+https://github.com/andela/neon-ah-backend.git"
},
"engines": {
"node": "10.14.1"
},
"scripts": {
"undomigrate": "babel-node node_modules/.bin/sequelize db:migrate:undo:all",
"migrate": "npm run undomigrate && babel-node node_modules/.bin/sequelize db:migrate",
Expand Down
6 changes: 1 addition & 5 deletions server/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ module.exports = {
},
production: {
url: process.env.DATABASE_URL,
dialect: 'postgres',
ssl: true,
dialectOptions: {
ssl: true
}
dialect: 'postgres'
}
};

0 comments on commit b6d7097

Please sign in to comment.