diff --git a/README.md b/README.md index 5b9ff79..67c376e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# {{ config['x-meta'].product_display_name }} +# {{ config['x-meta'].service_name }} ![Build](https://github.com/NHSDigital/{{ config['x-meta'].service_name }}/workflows/Build/badge.svg?branch=master) -This is a RESTful HL7® FHIR® API specification for the *Template API*. +This is a specification for the *{{ config['x-meta'].service_name }}* API. * `specification/` This [Open API Specification](https://swagger.io/docs/specification/about/) describes the endpoints, methods and messages exchanged by the API. Use it to generate interactive documentation; the contract between the API and its consumers. * `sandbox/` This NodeJS application implements a mock implementation of the service. Use it as a back-end service to the interactive documentation to illustrate interactions and concepts. It is not intended to provide an exhaustive/faithful environment suitable for full development and testing. diff --git a/manifest_template.yml b/manifest_template.yml index e7a3801..ecfac24 100644 --- a/manifest_template.yml +++ b/manifest_template.yml @@ -1,5 +1,5 @@ SERVICE_NAME: {{ config['x-meta'].service_name }} -PRODUCT_DISPLAY_NAME: {{ config['x-meta'].product_display_name }} +PRODUCT_DISPLAY_NAME: {{ config['x-meta'].product_display_name | config['x-meta'].service_name }} DESCRIPTION: {{ config['x-meta'].product_description }} APIGEE_ENVIRONMENTS: - name: internal-dev diff --git a/proxies/live/apiproxy/proxy.xml b/proxies/live/apiproxy/proxy.xml index 3823fb3..80ebbcd 100644 --- a/proxies/live/apiproxy/proxy.xml +++ b/proxies/live/apiproxy/proxy.xml @@ -1,4 +1,4 @@ - Proxy to {{ config['x-meta'].product_display_name }} endpoints. + "{{ config['x-meta'].service_name }}"