From 560fa0a37ffa5007560549cb063e4b044b19eb0b Mon Sep 17 00:00:00 2001 From: Jed Parsons <jedp@me.com> Date: Tue, 22 May 2012 09:40:33 -0700 Subject: [PATCH] whoops. Wrong 'backend'. Reverting --- lib/configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configuration.js b/lib/configuration.js index a85ee47f0..14d7e5e5e 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:3000/wsapi/interaction_data"', + kpi_backend_db_url: 'string = "http://localhost/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