Skip to content

Commit

Permalink
fixup! feat: Add support for development tools
Browse files Browse the repository at this point in the history
  • Loading branch information
teneightfive committed Dec 7, 2020
1 parent 7536fea commit fbc67b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
| LOCATIONS_BATCH_SIZE | Maximum number of location IDs to send in one request when requesting moves for all locations | 40 |
| FRAMEWORKS_VERSION | Current [Book a secure move frameworks](https://github.com/ministryofjustice/hmpps-book-secure-move-frameworks/releases) version that the frontend will use to create new Person Escort Records or any other frameworks being used | latest supported version (see `@hmpps-book-secure-move-frameworks` in package.json) |
| LOG_LEVEL | Level of logs to output | production: `error`, development: `debug` |
| ENABLE_COMPONENTS_LIBRARY | Whether to enable the component library and allowed it to be browsed on this environment | false |
| ENABLE_COMPONENTS_LIBRARY | Whether to enable the component library and allow it to be browsed on this environment | false |
| ENABLE_DEVELOPMENT_TOOLS | Whether to enable the development tools and allow it to be browsed on this environment | false |

## Metrics and Analytics

Expand Down

0 comments on commit fbc67b2

Please sign in to comment.