Skip to content

Commit

Permalink
Merge pull request #5 from JordanHood/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
JordanHood committed Jun 24, 2017
2 parents 434704b + 3812862 commit db367b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Coverage Status](https://coveralls.io/repos/github/JordanH1994/UserApi/badge.svg?branch=master)](https://coveralls.io/github/JordanH1994/UserApi?branch=master)
[![CircleCI](https://circleci.com/gh/JordanH1994/UserApi.svg?style=svg)](https://circleci.com/gh/JordanH1994/UserApi)
[![Coverage Status](https://coveralls.io/repos/github/JordanHood/UserApi/badge.svg?branch=master)](https://coveralls.io/github/JordanHood/UserApi?branch=master)
[![CircleCI](https://circleci.com/gh/JordanHood/UserApi.svg?style=svg)](https://circleci.com/gh/JordanHood/UserApi)


[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/JordanH1994/UserApi/blob/master)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/JordanHood/UserApi/blob/master)

# Node.js User API
An API to manage a user persistence layer
Expand Down
1 change: 0 additions & 1 deletion models/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const path = require('path')
const Sequelize = require('sequelize')
const env = process.env.NODE_ENV
const db = {}
// const sequelize = new Sequelize(config.database.database, config.database.username, config.database.password, config.database)
const sequelize = new Sequelize(process.env.DATABASE_URL, {
logging: false,
dialectOptions: {
Expand Down

0 comments on commit db367b9

Please sign in to comment.