Skip to content

Commit

Permalink
Merge pull request #2027 from OctopusDeploy/mh/table-fix
Browse files Browse the repository at this point in the history
Fix table on XML Configurations Feature page
  • Loading branch information
steve-fenton-octopus authored Oct 4, 2023
2 parents 66fbf6a + 7e67dbd commit 8383155
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Suppose you have this `web.config` or `MyApp.exe.config` file in your package wh

In this example, you would have variables similar to the following:

| Variable Name | Value | Sensitive | Scope |
| ----------------------- | --------------- | -------- |
| Variable Name | Value | Sensitive | Scope |
| ----------------------- | --------------- | -------- | -------- |
| `AWSAccessKey` | `ABCDEFG` | `No` | `Test` |
| `AWSAccessKey` | `HIJKLMN` | `No` | `Production` |
| `AWSSecretKey` | `1111111` | `Yes` | `Test` |
Expand Down

0 comments on commit 8383155

Please sign in to comment.