fix(production): Fixed merge conflicts

This commit is contained in:
Chris Troutner
2021-07-17 11:24:00 -07:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ module.exports = {
token: 'secret-jwt-token',
database: process.env.DBURL
? process.env.DBURL
: 'mongodb://172.17.0.1:5555/ipfs-service-prod',
: 'mongodb://172.17.0.1:5555/bch-service-prod',
env: 'prod'
}