Routes Configuration
A request sent to <host>:<port>/api-gateway/* will be processed by the app. It will try to find the right interface definition, validate it and forward the request to the corresponding backend system. These backend system addresses are defined in object hosts, where the entries have to be adjusted to point to the respective systems.
application.yaml
hosts:
pce: http://[HOSTNAME]:[PORT]/pos-service
configurationService: http://[HOSTNAME]:[PORT]/config-service
authenticationService: http://[HOSTNAME]:[PORT]/auth-service
selfScanningService: http://[HOSTNAME]:[PORT]/self-scanning-service
sdc: http://[HOSTNAME]:[PORT]/swee-sdc
paymentService: http://[HOSTNAME]:[PORT]/self-scanning-service
dsg: http://[HOSTNAME]:[PORT]/app-dsg