From ccd8d59ae989c9e4ca42c5d6affd899d06865f4b Mon Sep 17 00:00:00 2001
From: Zachary Carter <zack.carter@gmail.com>
Date: Thu, 24 May 2012 16:44:19 -0700
Subject: [PATCH] Change production config

---
 config/aws.json        | 2 +-
 config/production.json | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/config/aws.json b/config/aws.json
index 9c9d078fe..418d8fc46 100644
--- a/config/aws.json
+++ b/config/aws.json
@@ -20,6 +20,6 @@
     "port": 10006
   },
   "proxy": { "bind_to": { "port": 10006 } },
-  "browserid": { "bind_to": { "port": 8080 } },
+  "router": { "bind_to": { "port": 8080 } },
   "kpi_backend_db_url" : "https://kpiggybank.hacksign.in/wsapi/interaction_data"
 }
diff --git a/config/production.json b/config/production.json
index d325b0757..cf9b1968d 100644
--- a/config/production.json
+++ b/config/production.json
@@ -48,7 +48,9 @@
   "keysigner_url": "http://127.0.0.1:62600",
   "dbwriter": { "bind_to": { "port": 62900 } },
   "dbwriter_url": "http://127.0.0.1:62900",
-  "browserid": { "bind_to": { "port": 62700 } }
+  "browserid": { "bind_to": { "port": 62700 } },
+  "browserid_url": "http://127.0.0.1:62700",
+  "router": { "bind_to": { "port": 63300 } }
 
   // http_proxy should be overridded per env
   //"http_proxy": {
-- 
GitLab