From 31cad4b3885c21b119bd0fe6674de58700044408 Mon Sep 17 00:00:00 2001 From: Jed Parsons <jedp@me.com> Date: Tue, 22 May 2012 09:03:59 -0700 Subject: [PATCH] set default port for local kpiggybank server --- lib/configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configuration.js b/lib/configuration.js index 14d7e5e5e..a85ee47f0 100644 --- a/lib/configuration.js +++ b/lib/configuration.js @@ -130,7 +130,7 @@ var conf = module.exports = convict({ format: 'number = 0.0', env: 'KPI_BACKEND_SAMPLE_RATE' }, - kpi_backend_db_url: 'string = "http://localhost/wsapi/interaction_data"', + kpi_backend_db_url: 'string = "http://localhost:3000/wsapi/interaction_data"', bcrypt_work_factor: { doc: "How expensive should we make password checks (to mitigate brute force attacks) ? Each increment is 2x the cost.", format: 'integer{6,20} = 12', -- GitLab