Open pkiraly opened 2 months ago
If it is running on a distinct docker or host, Docker can pass environmental variables, such as SOLR_PROTOCOL, SOLR_HOST, SOLR_PORT.
The default SOLR_PROTOCOL, is http, SOLR_HOST is localhost, SOLR_PORT is 8983. The defualt solrUrl is SOLR_PROTOCOL://SOLR_HOST:SOLR_PORT/solr/NAME.
The management of these parameters are related to #500 as well, maybe it will depend on that.
If it is running on a distinct docker or host, Docker can pass environmental variables, such as SOLR_PROTOCOL, SOLR_HOST, SOLR_PORT.
The default SOLR_PROTOCOL, is http, SOLR_HOST is localhost, SOLR_PORT is 8983. The defualt solrUrl is SOLR_PROTOCOL://SOLR_HOST:SOLR_PORT/solr/NAME.
The management of these parameters are related to #500 as well, maybe it will depend on that.