tethys/config/solarium.php
Arno Kaimbacher d9e295f039 - new frontend style
- GetRecord also with metadata
- no error during publishing
- more home views (etc. help, introduction)
- help image compressed (for web usage)
2020-06-10 21:09:23 +02:00

14 lines
337 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' => "solr.xslt"
];