Skip to content

Commit

Permalink
added solr as repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadenes committed Nov 13, 2019
1 parent d13e831 commit ad27c51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/solrstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ var SOLR_ENDPOINT = 'http://localhost:8983/solr/documents'; //SELECT endpoint

//var SOLR_EXTERNAL_ENDPOINT = 'http://librairy.linkeddata.es/data/tbfy'; //SELECT endpoint
//var SOLR_EXTERNAL_ENDPOINT = 'http://localhost:8983/solr/documents'; //SELECT endpoint
var SOLR_EXTERNAL_ENDPOINT = 'http://librairy-solr:8983/solr/documents'; //SELECT endpoint
//var SOLR_EXTERNAL_ENDPOINT = 'http://librairy-solr:8983/solr/documents'; //SELECT endpoint
var SOLR_EXTERNAL_ENDPOINT = 'http://librairy-repo:8983/solr/documents'; //SELECT endpoint

//var LIBRAIRY_ENDPOINT = 'http://librairy.linkeddata.es/api/ranks'; //SELECT endpoint
var LIBRAIRY_ENDPOINT = 'http://localhost:8081/ranks'; //SELECT endpoint
Expand Down

0 comments on commit ad27c51

Please sign in to comment.