From fe026b4b0b02c4296677568976e456b16fcfbc47 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 3 Mar 2014 16:19:52 +0000 Subject: [PATCH] changed templates port to 3007 which is line with elsewhere --- services/web/config/settings.development.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/config/settings.development.coffee b/services/web/config/settings.development.coffee index bbd5296671..385fc72646 100644 --- a/services/web/config/settings.development.coffee +++ b/services/web/config/settings.development.coffee @@ -91,7 +91,7 @@ module.exports = clsi: url: "http://localhost:3013" templates_api: - url: "http://localhost:3014" + url: "http://localhost:3007" # Where your instance of ShareLaTeX can be found publically. Used in emails # that are sent out, generated links, etc.