server: port: 2443 ssl: enabled: true enabled-protocols: TLSv1.2 client-auth: want key-store: file:./src/test/resources/helloworld-keystore.jks key-store-password: changeit trust-store: file:./src/test/resources/helloworld-truststore.jks trust-store-password: changeit runtime-ui: policy-api: mapping-path: "/runtime-ui/policy-api/restservices/" url: http://localhost:30440 disable-ssl-validation: true disable-ssl-hostname-check: true policy-pap: mapping-path: "/runtime-ui/policy-pap/restservices/" url: http://localhost:30442 disable-ssl-validation: true disable-ssl-hostname-check: true acm: mapping-path: "/runtime-ui/acm/restservices/" url: http://localhost:30258 disable-ssl-validation: true disable-ssl-hostname-check: true designtime-ui: apex-editor: upload-url: upload-userid: management: endpoints: web: base-path: / exposure: include: health,metrics,prometheus path-mapping.metrics: plain-metrics path-mapping.prometheus: metrics