tethys/config/solarium.php
Arno Kaimbacher 54d6c5d434 - new subtitle in hero section with 26px
- bug im Backend augebessert
- db migration for documents via Config::get
2020-06-10 21:09:24 +02:00

14 lines
353 B
PHP

<?php
return [
'endpoint' => [
'repository.geologie.ac.at' => [
'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"
];