1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-12 16:16:04 +02:00

Add ability to get Solr parameters from environment

You can use the SOLR_SERVER and SOLR_CORE variables to make deployment
via systemd, etc easier.
This commit is contained in:
2018-09-18 15:34:25 +03:00
parent 1e16beed30
commit 4b4a959a1c
2 changed files with 5 additions and 3 deletions

View File

@ -13,7 +13,7 @@ Create a virtual environment and run it:
## Todo
- Get variables from environment to make it easier to deploy from systemd
- Take a list of items (POST in JSON?)
## License
This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).