You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| NODE_ENV | Node environment | no || development,test,production ||
180
-
| PORT | Port number | no | 3009 |||
181
-
| NOTIFY_TEMPLATE_ID | Notify api key | yes ||| Template ID required to send form payloads via [GOV.UK Notify](https://www.notifications.service.gov.uk) email service. |
182
-
| NOTIFY_API_KEY | Notify api key | yes ||| API KEY required to send form payloads via [GOV.UK Notify](https://www.notifications.service.gov.uk) email service. |
| NODE_ENV | Node environment | no || development,test,production ||
180
+
| PORT | Port number | no | 3009 |||
181
+
| NOTIFY_TEMPLATE_ID | Notify api key | yes ||| Template ID required to send form payloads via [GOV.UK Notify](https://www.notifications.service.gov.uk) email service. |
182
+
| NOTIFY_API_KEY | Notify api key | yes ||| API KEY required to send form payloads via [GOV.UK Notify](https://www.notifications.service.gov.uk) email service. |
| SNS_ENDPOINT | Endpoint for SNS messaging | yes ||||
191
+
| SNS_ADAPTER_TOPIC_ARN | The SNS topic for the submission adapter - in Amazon Resource Name (ARN) format. | yes ||||
192
+
| SNS_SAVE_TOPIC_ARN | The SNS topic for the save-and-exit - in Amazon Resource Name (ARN) format. | yes ||||
193
+
| PRIVATE_KEY_FOR_SECRETS | Base64-encoded private key (paired witht he public key from forms-manager) for decryption of secrets. | yes ||||
193
194
194
195
For proxy options, see https://www.npmjs.com/package/proxy-from-env which is used by https://github.com/TooTallNate/proxy-agents/tree/main/packages/proxy-agent.
0 commit comments