Skip to content

feat: add protocol param to solr URL

Protocol HTTP is hardcoded which breaks connections to solr instances behind TLS, this allows to define the protocol as an env var which defaults to the previous http

Merge request reports