geonetwork / geonetwork-microservices

GNU General Public License v2.0
13 stars 18 forks source link

Basic configuration service. #1

Closed fxprunayre closed 4 years ago

fxprunayre commented 4 years ago

Add configuration service available on port 9999. All other services are now using it.

image

Configuration can be retrieved using config API eg. http://localhost:9999/geonetwork-dev.json

Improve doc to explain how to test current use cases.