From 40ebe86a8b551faa6ec711e5a38e5a2de515ca45 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 22 Sep 2014 16:03:50 +0200 Subject: [PATCH] Use sp-mkws for SP authentication and access. --- examples/htdocs/jasmine-popup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/htdocs/jasmine-popup.html b/examples/htdocs/jasmine-popup.html index b2c7450..7d1b157 100644 --- a/examples/htdocs/jasmine-popup.html +++ b/examples/htdocs/jasmine-popup.html @@ -52,8 +52,8 @@ // use a our main service proxy with mkws test account var mkws_config = { perpage_default: 10, - pazpar2_url: "//mkws.indexdata.com/service-proxy/", - service_proxy_auth: "//mkws.indexdata.com/service-proxy-testauth" + pazpar2_url: "//sp-mkws.indexdata.com/service-proxy/", + service_proxy_auth: "//sp-mkws.indexdata.com/service-proxy-testauth" }; var jasmine_config = { -- 1.7.10.4