Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
👮 Update basic auth creds
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed Dec 3, 2019
1 parent e7f3de1 commit 8b7eb1d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
0.25.0 / TBC
===================
- Update npm dependencies
- Update basic auth creds

0.24.0 / 2019-09-26
===================
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ application will fail to start and an appropriate message will be displayed.
Environment variables are used to set application level settings for each
environment.

| Variable | Description | Default | Required |
| :----------------------------- | :------------------------------------------------------------------------------------------------- | :---------------------------------------- | :------- |
| `ADOBE_TRACKING_URL` | [Adobe Analytics](https://www.adobe.com/analytics/adobe-analytics.html) Dynamic Tag Management URL | | No |
| `BASIC_AUTH` | An MD5 encrypted [htpasswd](https://httpd.apache.org/docs/2.4/misc/password_encryptions.html) | test:test | No |
| `COOKIEBOT_SCRIPT_URL` | The URL for the in-house implementation of Cookiebot | //assets.nhs.uk/scripts/cookie-consent.js | No |
| `HOTJAR_ANALYTICS_TRACKING_ID` | [Hotjar](https://www.hotjar.com/) tracking id | | No |
| `LOG_LEVEL` | Numeric [log level](https://github.com/trentm/node-bunyan#levels) | Depends on `NODE_ENV` | No |
| `NODE_ENV` | Node environment | development | Yes |
| `PORT` | Server port | 3000 | Yes |
| `SEARCH_API_HOST` | Host name for the [NHS Developer API](https://developer.api.nhs.uk/) | api.nhs.uk | Yes |
| `SEARCH_API_KEY` | `subscription-key` for the [NHS Developer API](https://developer.api.nhs.uk/) | | Yes |
| `SEARCH_API_VERSION` | Version of the [NHS Developer API](https://developer.api.nhs.uk/) | 1 | Yes |
| Variable | Description | Default | Required |
| :----------------------------- | :------------------------------------------------------------------------------------------------- | :---------------------------------------- | :------- |
| `ADOBE_TRACKING_URL` | [Adobe Analytics](https://www.adobe.com/analytics/adobe-analytics.html) Dynamic Tag Management URL | | No |
| `BASIC_AUTH` | An MD5 encrypted [htpasswd](https://httpd.apache.org/docs/2.4/misc/password_encryptions.html) | See value set in Vault for `BASIC_AUTH` in defaults | No |
| `COOKIEBOT_SCRIPT_URL` | The URL for the in-house implementation of Cookiebot | //assets.nhs.uk/scripts/cookie-consent.js | No |
| `HOTJAR_ANALYTICS_TRACKING_ID` | [Hotjar](https://www.hotjar.com/) tracking id | | No |
| `LOG_LEVEL` | Numeric [log level](https://github.com/trentm/node-bunyan#levels) | Depends on `NODE_ENV` | No |
| `NODE_ENV` | Node environment | development | Yes |
| `PORT` | Server port | 3000 | Yes |
| `SEARCH_API_HOST` | Host name for the [NHS Developer API](https://developer.api.nhs.uk/) | api.nhs.uk | Yes |
| `SEARCH_API_KEY` | `subscription-key` for the [NHS Developer API](https://developer.api.nhs.uk/) | | Yes |
| `SEARCH_API_VERSION` | Version of the [NHS Developer API](https://developer.api.nhs.uk/) | 1 | Yes |

## FAQ

Expand Down

0 comments on commit 8b7eb1d

Please sign in to comment.