Skip to content

Commit

Permalink
update sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanph committed May 10, 2017
1 parent ce000d0 commit 70d9a72
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions server/config/sample.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ const config = {

"uploadDir": path.join(process.cwd(), 'assets/uploads'),
"uploadLimit": 2 * Math.pow(2,30), // 2Gb, for now for free users?

"es": {
// TODO: instead use aliases in ES? - 2017-05-10
// so make 'nodes' map to whatever index
nodeIndex: 'nodes2',
nodeMappingType: 'node_type',

collectionIndex: 'collections2',
collectionMappingType: 'collection_type',
}
}

module.exports = config

0 comments on commit 70d9a72

Please sign in to comment.