|
2 | 2 |
|
3 | 3 | Core delivery platform Node.js Backend Template. |
4 | 4 |
|
5 | | -- [Requirements](#requirements) |
6 | | - - [Node.js](#nodejs) |
7 | | -- [Local development](#local-development) |
8 | | - - [Setup](#setup) |
9 | | - - [Development](#development) |
10 | | - - [Testing](#testing) |
11 | | - - [Production](#production) |
12 | | - - [Npm scripts](#npm-scripts) |
13 | | - - [Update dependencies](#update-dependencies) |
14 | | - - [Formatting](#formatting) |
15 | | - - [Windows prettier issue](#windows-prettier-issue) |
16 | | -- [API endpoints](#api-endpoints) |
17 | | -- [Development helpers](#development-helpers) |
18 | | - - [Proxy](#proxy) |
19 | | -- [Docker](#docker) |
20 | | - - [Development image](#development-image) |
21 | | - - [Production image](#production-image) |
22 | | - - [Docker Compose](#docker-compose) |
23 | | - - [Dependabot](#dependabot) |
24 | | - - [SonarCloud](#sonarcloud) |
25 | | -- [Licence](#licence) |
26 | | - - [About the licence](#about-the-licence) |
| 5 | +- [forms-notify-listener](#forms-notify-listener) |
| 6 | + - [Requirements](#requirements) |
| 7 | + - [Node.js](#nodejs) |
| 8 | + - [Local development](#local-development) |
| 9 | + - [Setup](#setup) |
| 10 | + - [Development](#development) |
| 11 | + - [Development](#development-1) |
| 12 | + - [Testing](#testing) |
| 13 | + - [Production](#production) |
| 14 | + - [Notes on SQS queue configuration](#notes-on-sqs-queue-configuration) |
| 15 | + - [Queue configuration in forms-audit-api](#queue-configuration-in-forms-audit-api) |
| 16 | + - [Npm scripts](#npm-scripts) |
| 17 | + - [Update dependencies](#update-dependencies) |
| 18 | + - [Formatting](#formatting) |
| 19 | + - [Windows prettier issue](#windows-prettier-issue) |
| 20 | + - [API endpoints](#api-endpoints) |
| 21 | + - [Development helpers](#development-helpers) |
| 22 | + - [Proxy](#proxy) |
| 23 | + - [Docker](#docker) |
| 24 | + - [Development image](#development-image) |
| 25 | + - [Production image](#production-image) |
| 26 | + - [Docker Compose](#docker-compose) |
| 27 | + - [Dependabot](#dependabot) |
| 28 | + - [SonarCloud](#sonarcloud) |
| 29 | + - [Licence](#licence) |
| 30 | + - [About the licence](#about-the-licence) |
27 | 31 |
|
28 | 32 | ## Requirements |
29 | 33 |
|
@@ -64,6 +68,7 @@ AWS_SECRET_ACCESS_KEY=dummy |
64 | 68 | RECEIVE_MESSAGE_TIMEOUT_MS=5000 |
65 | 69 | NOTIFY_TEMPLATE_ID=3d448938-8a8b-40c2-a3de-414597f976e1 |
66 | 70 | NOTIFY_API_KEY=[your api key] |
| 71 | +NOTIFY_REPLY_TO_ID=462e5ac0-28f1-4e51-9d8e-8d8c31f59f6a |
67 | 72 | RECEIVE_MESSAGE_TIMEOUT_MS=5000 |
68 | 73 | MANAGER_URL=http://localhost:3001 |
69 | 74 | DESIGNER_URL=http://localhost:3000 |
|
0 commit comments