projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10929d3
)
use a our main service proxy with mkws test account
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 11 Jun 2014 15:11:18 +0000
(15:11 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 11 Jun 2014 15:11:18 +0000
(15:11 +0000)
examples/htdocs/jasmine-popup.html
patch
|
blob
|
history
diff --git
a/examples/htdocs/jasmine-popup.html
b/examples/htdocs/jasmine-popup.html
index
f029be8
..
b1985da
100644
(file)
--- a/
examples/htdocs/jasmine-popup.html
+++ b/
examples/htdocs/jasmine-popup.html
@@
-49,15
+49,17
@@
<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
};