From 284769c178120cd27449a8759b0066dbf1fa2ae0 Mon Sep 17 00:00:00 2001 From: Irvin Zhan Date: Sun, 14 Dec 2014 19:29:50 -0800 Subject: [PATCH] small typo in example config.js might be clearer to make the users have different usernames :) --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 1d85451..79b65ec 100644 --- a/config.js +++ b/config.js @@ -82,7 +82,7 @@ module.exports = { // The User&Passwd list for basic auth "basic_auth_users": [ {"user": "demo1", "password": "pwd1"}, - {"user": "demo1", "password": "pwd2"}, + {"user": "demo2", "password": "pwd2"}, ],