- 'from' and 'until' paramter in ReuqestController.php for OAI requests
- composer updates - configure solr host with protocol
This commit is contained in:
parent
f62f812a0d
commit
3125df767b
4 changed files with 376 additions and 166 deletions
|
@ -18,7 +18,8 @@ export default {
|
|||
// solr endpoint
|
||||
// const host = 'http://voyagerdemo.com/';
|
||||
//const host = 'https://www.tethys.at/';
|
||||
const host = 'https://' + solrHost;
|
||||
//const host = 'https://' + solrHost;
|
||||
const host = solrHost;
|
||||
const path = '/solr/' + solrCore + '/select?';
|
||||
var base = host + path;
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue