Skip to content

Commit f32625e

Browse files
committed
APM-2016 Tweak repo instantiation
1 parent 07cee13 commit f32625e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# {{ config['x-meta'].product_display_name }}
1+
# {{ config['x-meta'].service_name }}
22

33
![Build](https://github.com/NHSDigital/{{ config['x-meta'].service_name }}/workflows/Build/badge.svg?branch=master)
44

5-
This is a RESTful HL7® FHIR® API specification for the *Template API*.
5+
This is a specification for the *{{ config['x-meta'].service_name }}* API.
66

77
* `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.
88
* `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.

manifest_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SERVICE_NAME: {{ config['x-meta'].service_name }}
2-
PRODUCT_DISPLAY_NAME: {{ config['x-meta'].product_display_name }}
2+
PRODUCT_DISPLAY_NAME: {{ config['x-meta'].product_display_name | config['x-meta'].service_name }}
33
DESCRIPTION: {{ config['x-meta'].product_description }}
44
APIGEE_ENVIRONMENTS:
55
- name: internal-dev

proxies/live/apiproxy/proxy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<APIProxy name="{{ config['x-meta'].short_service_name }}">
22
<!-- This is the root of the application -->
3-
<Description>Proxy to {{ config['x-meta'].product_display_name }} endpoints.</Description>
3+
<Description>"{{ config['x-meta'].service_name }}"</Description>
44
</APIProxy>

0 commit comments

Comments
 (0)