- Bug: data serialisaion on laravel 7.x (Coverage.php)
- solr path without solr string - composer updates
This commit is contained in:
parent
b335bd7e9c
commit
9601389d83
4 changed files with 20 additions and 10 deletions
|
@ -5,7 +5,7 @@ return [
|
|||
'repository' => [
|
||||
'host' => env('SOLR_HOST', 'repository.geologie.ac.at'),
|
||||
'port' => env('SOLR_PORT', '8983'),
|
||||
'path' => env('SOLR_PATH', '/solr/'),
|
||||
'path' => env('SOLR_PATH', '/'),
|
||||
'core' => env('SOLR_CORE', 'rdr_data')
|
||||
]
|
||||
],
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue