Skip to content

Commit

Permalink
Merge pull request #58 from ega-forever/feature/MD-84
Browse files Browse the repository at this point in the history
  • Loading branch information
ega-forever authored Dec 26, 2017
2 parents ede30df + baee944 commit 69eca46
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 69eca46

Please sign in to comment.