From 840ffe372554629baafbc9338adb7def7447ed9f Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Tue, 15 May 2012 10:42:30 -0600 Subject: [PATCH] aws deployments to report kpi data to kpiggybank --- config/aws.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/aws.json b/config/aws.json index 3d611500c..9c9d078fe 100644 --- a/config/aws.json +++ b/config/aws.json @@ -20,5 +20,6 @@ "port": 10006 }, "proxy": { "bind_to": { "port": 10006 } }, - "browserid": { "bind_to": { "port": 8080 } } + "browserid": { "bind_to": { "port": 8080 } }, + "kpi_backend_db_url" : "https://kpiggybank.hacksign.in/wsapi/interaction_data" } -- GitLab