From 4ab10e191a712dd68f65e717e77ca5cc49a16c46 Mon Sep 17 00:00:00 2001 From: Ery Lee Date: Tue, 7 Apr 2015 17:15:05 +0800 Subject: [PATCH] auth --- rel/files/app.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/files/app.config b/rel/files/app.config index adf5c85c9..1c7db05b0 100644 --- a/rel/files/app.config +++ b/rel/files/app.config @@ -43,7 +43,7 @@ %% authentication with username, password %{username, []}, %% authentication with clientid - {clientid, [{password, no}, {file, "etc/clients.config"}]}, + %{clientid, [{password, no}, {file, "etc/clients.config"}]}, %% allow all {anonymous, []} ]},