use a our main service proxy with mkws test account
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 11 Jun 2014 15:11:18 +0000 (15:11 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 11 Jun 2014 15:11:18 +0000 (15:11 +0000)
examples/htdocs/jasmine-popup.html

index f029be8..b1985da 100644 (file)
   <body>
     <script type="text/javascript">
 
-    // using a local service proxy !!!
+    // use a our main service proxy with mkws test account
     var mkws_config = {
-      perpage_default: 10
+      perpage_default: 10,
+      pazpar2_url:          "//mkws.indexdata.com/service-proxy/",
+      service_proxy_auth:   "//mkws.indexdata.com/service-proxy-testauth"
     };
 
     var jasmine_config = {
       search_query: "netbsd",
       expected_hits: 10,
-      // active_clients: 17,
+      active_clients: 13,
       check_motd: false,
       show_record_url: true
     };