Skip to content

Commit 4083c8c

Browse files
authored
Remove NuGet from list of support repository types (#11)
Co-authored-by: Joseph LaFreniere <joseph.lafreniere@renaissance.com>
1 parent edfa135 commit 4083c8c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Although I haven't been able to test them all, the proxy should support the foll
1818
| Pypi | Yes | https://artifacts.example.com/simple/ |
1919
| NPM | Yes | https://artifacts.example.com/ |
2020
| Maven | No | https://artifacts.example.com/ |
21-
| Nuget | No | https://artifacts.example.com/ |
2221

2322
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.
2423

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

0 commit comments

Comments
 (0)