diff --git a/README.md b/README.md index c6c95b6..16c8f36 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,8 @@ The system can be split into two parts. __Main application__ provides management ### Further Record Manager Configuration -The following table lists the names of environment variables that can be -passed to Record Manager backend either directly in `docker-compose.yml`, in -an [env_file](https://docs.docker.com/compose/compose-file/compose-file-v3/#env_file), or via command line. - -| Variable | Explanation | -|:---------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| ```RECORDS_ALLOWEDREJECTREASON``` | Allow user to enter reason when rejecting records. Default value: `false.` | +The table lists environment variables that can be passed to the Record Manager backend through `docker-compose.yml`, an [env_file](https://docs.docker.com/compose/compose-file/compose-file-v3/#env_file), +or the command line. For more details, see the [Configuration documentation](./doc/configuration.md). ## Documentation