Skip to content

Commit

Permalink
APM-2016 Tweak repo instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
strutt committed Oct 25, 2021
1 parent 07cee13 commit f32625e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion manifest_template.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion proxies/live/apiproxy/proxy.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<APIProxy name="{{ config['x-meta'].short_service_name }}">
<!-- This is the root of the application -->
<Description>Proxy to {{ config['x-meta'].product_display_name }} endpoints.</Description>
<Description>"{{ config['x-meta'].service_name }}"</Description>
</APIProxy>

0 comments on commit f32625e

Please sign in to comment.