Skip to content

Commit

Permalink
Merge pull request #40 from andela/fix-heroku-migration-issue-168231796
Browse files Browse the repository at this point in the history
bg(168231796)fix heroku migration issue
  • Loading branch information
okoroemeka committed Aug 31, 2019
2 parents bcc8dd5 + 06fa117 commit ffd5189
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/db/config/db.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = {
dialect: process.env.DB_DIALECT || 'postgres'
},
production: {
use_env_variable: process.env.DB_STRING_PRODUCTION,
dialect: process.env.DB_DIALECT || 'postgres'
use_env_variable: 'DATABASE_URL'
}
};

0 comments on commit ffd5189

Please sign in to comment.