Skip to content

Commit

Permalink
update production database uri
Browse files Browse the repository at this point in the history
  • Loading branch information
OlawaleJoseph committed Sep 9, 2019
1 parent 962589d commit da6604e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ module.exports = {
operatorsAliases: false
},
production: {
use_env_variable: 'DATABASE_URL'
use_env_variable: 'DATABASE_URI'
}
};

0 comments on commit da6604e

Please sign in to comment.