Skip to content

Commit

Permalink
Merge pull request #60 from ChronoBank/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ega-forever authored Dec 26, 2017
2 parents 414b0ed + 83cfe2a commit 3800556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config = {
mongo: {
accounts: {
uri: process.env.MONGO_ACCOUNTS_URI || process.env.MONGO_URI || 'mongodb://localhost:27017/data',
collectionPrefix: process.env.MONGO_COLLECTION_PREFIX || 'eth'
collectionPrefix: process.env.MONGO_ACCOUNTS_COLLECTION_PREFIX || process.env.MONGO_COLLECTION_PREFIX || 'eth'
},
data: {
uri: process.env.MONGO_DATA_URI || process.env.MONGO_URI || 'mongodb://localhost:27017/data',
Expand Down

0 comments on commit 3800556

Please sign in to comment.