From: Mike Taylor Date: Tue, 9 Sep 2014 12:43:57 +0000 (+0100) Subject: Comment out URL-related settings. X-Git-Tag: 1.0.0~324^2~26^2~9 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=a1111c8ce338118b92c52daf22f8a18d091ceb06 Comment out URL-related settings. --- diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index e1eb59d..198cc44 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -7,10 +7,10 @@ var mkws_config = { // For now, we have to provide known-bad credentials to skip user/pw login: see bug MKSP-125 // Was: //sp-mkws.indexdata.com/service-proxy/?command=auth&action=perconfig&username=XXX&password=XXX - pp2_hostname: "x.sp-mkws.indexdata.com", - sp_auth_path: "service-proxy/", - sp_auth_query: "command=auth&action=perconfig", - sp_auth_credentials: "XXX/XXX", +// pp2_hostname: "sp-mkws.indexdata.com", +// sp_auth_path: "service-proxy/", +// sp_auth_query: "command=auth&action=perconfig", +// sp_auth_credentials: "XXX/XXX", };