Skip to content

Commit

Permalink
Remove NuGet from list of support repository types (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph LaFreniere <joseph.lafreniere@renaissance.com>
  • Loading branch information
lafrenierejm and lafrenierejm authored May 4, 2023
1 parent edfa135 commit 4083c8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Although I haven't been able to test them all, the proxy should support the foll
| Pypi | Yes | https://artifacts.example.com/simple/ |
| NPM | Yes | https://artifacts.example.com/ |
| Maven | No | https://artifacts.example.com/ |
| Nuget | No | https://artifacts.example.com/ |

Currently we only support choosing a single repository at launch, athough maybe in the future I will look at automatically figure out which repository to use based on the useragent. This should simplify setup.

Expand All @@ -40,7 +39,7 @@ Configuration is done via Environment Variables:
| -------------------- | ---------- | ----------------------- |
| `CODEARTIFACT_REPO` | Yes | Your CodeArtifact Repository Name (e.g. sandbox) |
| `CODEARTIFACT_DOMAIN` | Yes | Your CodeArtifact Domain (e.g. sktansandbox) |
| `CODEARTIFACT_TYPE` | No | Use one of the following: pypi, npm, maven, nuget |
| `CODEARTIFACT_TYPE` | No | Use one of the following: pypi, npm, maven |
| `CODEARTIFACT_OWNER` | No | The AWS Account ID of the CodeArtifact Owner (if it's your own account, it can be empty) |
| `LISTEN_PORT` | No | Port on which the proxy should listen. Defaults to 8080 |
Expand Down

0 comments on commit 4083c8c

Please sign in to comment.