-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5426bd0
commit 7cc9146
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,12 @@ GOV.UK Pay Frontend application (Node.js) | |
| CONNECTOR_TOKEN_URL | X | | The connector endpoint to use when validating the one time token. | | ||
| ANALYTICS_TRACKING_ID | X | | Tracking ID to be used by 'Google-Analytics'. | | ||
| SECURE_COOKIE_OFF | | false/undefined | To switch off generating secure cookies. Set this to `true` only if you are running self service in a `non HTTPS` environment. | | ||
| NODE_WORKER_COUNT | | 1 | The number of worker threads started by node cluster when run in production mode | | ||
| NODE_WORKER_COUNT | | 1 | The number of worker threads started by node cluster when run in production mode | | ||
|
||
## Licence | ||
|
||
[MIT License](LICENSE) | ||
|
||
## Responsible Disclosure | ||
|
||
GOV.UK Pay aims to stay secure for everyone. If you are a security researcher and have discovered a security vulnerability in this code, we appreciate your help in disclosing it to us in a responsible manner. We will give appropriate credit to those reporting confirmed issues. Please e-mail [email protected] with details of any issue you find, we aim to reply quickly. |