From 29f33c4babdc89ddbe3a4ce64390578337135a85 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Wed, 10 Oct 2012 16:41:11 +0300 Subject: [PATCH] Default to using the comments server in localhost. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f0297e9f..084de74e 100644 --- a/Rakefile +++ b/Rakefile @@ -167,7 +167,7 @@ class JsDuckRunner # We check explicitly for IE version to make sure the code works the # same way in both real IE7 and IE7-mode of IE8/9. def add_comments(db_name, version) - comments_base_url = "http://projects.sencha.com/auth" + comments_base_url = "http://localhost:3000/auth" @options += ["--head-html", <<-EOHTML]