Skip to content

Commit

Permalink
removed server config from engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Schwan committed Dec 13, 2016
1 parent f2a0424 commit 0d19da5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/index.js → config/default.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const config = {}

/**
* Default config for scoreManager
*
Expand All @@ -8,7 +8,7 @@ const config = {}
* context-file-description-task-title: compares keywords of file description with keywords of description of tasks
* context-file-description-task-description: compares keywords of file description with keywords of description of tasks
*/
config.scoreManager = {
var config = {
aggregator: {'mean': '*'},
plugins: {
// similar-title-plugin pulls file.title from file and tasks[].title from tasks[] itself
Expand Down Expand Up @@ -58,6 +58,5 @@ config.scoreManager = {
}
}
}
config.secretToken = '8cd96c8697d12daf4dfd135aec01fd63ee058ab4'

module.exports = config

0 comments on commit 0d19da5

Please sign in to comment.