diff --git a/services/track-changes/config/settings.defaults.coffee b/services/track-changes/config/settings.defaults.coffee index 8fdfa918e8..0a3e8f18a5 100755 --- a/services/track-changes/config/settings.defaults.coffee +++ b/services/track-changes/config/settings.defaults.coffee @@ -14,3 +14,8 @@ module.exports = url: "http://localhost:3000" user: "sharelatex" pass: "password" + redis: + web: + host: "localhost" + port: 6379 + pass: "" diff --git a/services/track-changes/package.json b/services/track-changes/package.json index 3a1ee8b1d4..67f2f367af 100644 --- a/services/track-changes/package.json +++ b/services/track-changes/package.json @@ -1,6 +1,6 @@ { "name": "history-sharelatex", - "version": "0.1.2", + "version": "0.1.3", "description": "An API for saving and compressing individual document updates into a browsable history", "repository": { "type": "git",