- https solr protocol in web app

This commit is contained in:
Arno Kaimbacher 2020-08-27 16:45:06 +02:00
parent 87fff27527
commit 24fc329924
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -19,7 +19,7 @@ export default {
// const host = 'http://voyagerdemo.com/'; // const host = 'http://voyagerdemo.com/';
//const host = 'https://www.tethys.at/'; //const host = 'https://www.tethys.at/';
//const host = 'https://' + solrHost; //const host = 'https://' + solrHost;
const host = solrHost; const host = 'https://' + solrHost;
const path = '/solr/' + solrCore + '/select?'; const path = '/solr/' + solrCore + '/select?';
var base = host + path; var base = host + path;