d9e295f039
- GetRecord also with metadata - no error during publishing - more home views (etc. help, introduction) - help image compressed (for web usage)
14 lines
337 B
PHP
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"
|
|
];
|