Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new variables for Solr handling #516

Open
Tracked by #437
pkiraly opened this issue Sep 11, 2024 · 0 comments
Open
Tracked by #437

add new variables for Solr handling #516

pkiraly opened this issue Sep 11, 2024 · 0 comments

Comments

@pkiraly
Copy link
Owner

pkiraly commented Sep 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant