From 79b9c48efda071986fd018518fbc3135aab9c398 Mon Sep 17 00:00:00 2001 From: James Allen Date: Thu, 26 Feb 2015 11:35:14 +0000 Subject: [PATCH] Release version 0.1.3 --- services/track-changes/config/settings.defaults.coffee | 5 +++++ services/track-changes/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",