084a1a2b8c
- Sitelinkcontroller: data filter via raw sql - primary key for HasValue model - config/solarium.php new config values - bug on migration fie for document_xml_cache
14 lines
344 B
PHP
14 lines
344 B
PHP
<?php
|
|
|
|
return [
|
|
'endpoint' => [
|
|
'localhost' => [
|
|
'host' => env('SOLR_HOST', 'repository.geologie.ac.at'),
|
|
'port' => env('SOLR_PORT', '8983'),
|
|
'path' => env('SOLR_PATH', '/solr/'),
|
|
'core' => env('SOLR_CORE', 'rdr_data')
|
|
]
|
|
],
|
|
'xsltfile' => "public/solr.xslt"
|
|
];
|