diff --git a/config/aws.json b/config/aws.json index 9c9d078fed31b97cb29ddb7dcbe5b8559ec6f78d..418d8fc46340525c56893f7452c79cb9d41b1c94 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 d325b0757057047d1fe00691c14e11522fec706a..cf9b1968d99e7548030a83e60c4978f78352c1d2 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": {