data-services-directory
Running the service
- Clone the repository via
git-clone
- Run
mvn verify
- Deploy
dsd-service/target/dsd-service-[VERSION].war
to an application container.
Configuration
DSD service pulls its data from TOOP-Directory
. By default, the directory address is set to http://directory.acc.exchange.toop.eu
. If you need to change this address and make it point to another directory address, please use TOOP_DIR_URL
as an environment variable or System property.