From 7ca7a17d24d058316fd88a84b34a83cef9d8dec7 Mon Sep 17 00:00:00 2001 From: LoremFooBar Date: Tue, 20 Dec 2022 19:36:36 +0200 Subject: [PATCH] docs(readme): environment variables --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fd829a6..71b4498 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ 1. Reference the plugin dll: `-plugins:path/to/ReportGenerator.AzureBlobHistoryStorage.dll`. Note: must use absolute path. -2. Add the following parameters: - -| Name | Required? | Description | -|------------------------|-----------|--------------------------------------------------------------------------| -| `-historycontainerurl` | Yes | URL to the container | -| `-writesastoken` | Yes | SAS token with right permissions to the container | -| `-repositoryname` | Yes | Name of repository | -| `-sourcedirectory` | | Set the source directory if different from the current working directory | +2. Configure using command line parameters to the `reportgenerator` command, or environment variables: + +| Parameter Name | Environment Variable | Required? | Description | +|------------------------|----------------------|-----------|-------------------------------------------------------------------| +| `-historycontainerurl` | HISTORYCONTAINERURL | Yes | URL to the container | +| `-writesastoken` | WRITESASTOKEN | Yes | SAS token with write permissions to the container | +| `-repositoryname` | REPOSITORYNAME | Yes | Name of the repository | +| `-sourcedirectory` | SOURCEDIRECTORY | | Path to source directory, if different from the working directory | ### Full Example