The following section explains the different parameters needed to configure a Debbie service deployment.
Server section
The server object defines the properties necessary to run the embedded Web server. By default the debbie.json file provided is setup to run the Web server on the following URL: "http://localhost:8080/".
For those environments where an SSL proxy/balancer is not available, an SSL certificate can be configured using the ssl object key in the server object definition. For more details of this feature check the user manual.
According to this configuration, the validation service is available at "http://localhost:8080". The policy configuration files can be found in "config/policies/".