7bf0337faf
- new subtitle in hero section - MimetypeTableSeeder with geo-Package
14 lines
338 B
PHP
14 lines
338 B
PHP
<?php
|
|
|
|
return [
|
|
'endpoint' => [
|
|
'repository' => [
|
|
'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"
|
|
];
|