From 4bfc875d50fb5b448240cce324a7e95bf4df78f4 Mon Sep 17 00:00:00 2001 From: shunia Date: Sun, 12 Oct 2014 19:34:29 -0700 Subject: [PATCH] Revert da45398120fee791ba3e97938f85018f8c671a4c...ffe686e341c4c0c6c1f6046263e85a112054916d on Configure Multiple Users --- Configure-Multiple-Users.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configure-Multiple-Users.md b/Configure-Multiple-Users.md index ed17901..1a4ad80 100644 --- a/Configure-Multiple-Users.md +++ b/Configure-Multiple-Users.md @@ -2,7 +2,9 @@ You can use different passwords on different ports like this: { "server": "127.0.0.1", + "server_port": 8381, "local_port": 1081, + "password": "foobar1", "port_password": { "8381": "foobar1", "8382": "foobar2",