Skip to content

Commit

Permalink
docs(readme): environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
LoremFooBar committed Dec 20, 2022
1 parent f750ae4 commit 7ca7a17
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ca7a17

Please sign in to comment.