Skip to content
Snippets Groups Projects
Commit 560fa0a3 authored by Jed Parsons's avatar Jed Parsons
Browse files

whoops. Wrong 'backend'. Reverting

parent 9e52664b
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment