Skip to content

Commit

Permalink
docs: Fix configuration table entry for pypi.<name>.type (#2246)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-rogalski authored Sep 8, 2023
1 parent 7aa392e commit 02b9065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The following configuration items can be retrieved and modified by [`pdm config`
| `pypi.<name>.url` | The URL of custom package source | `https://pypi.org/simple` | Yes | |
| `pypi.<name>.username` | The username to access custom source | | Yes | |
| `pypi.<name>.password` | The password to access custom source | | Yes | |
| `pypi.<name>.type` | `find_links` | `index` | `index` | Yes | |
| `pypi.<name>.type` | `index` or `find_links` | `index` | Yes | |
| `pypi.<name>.verify_ssl` | Verify SSL certificate when query custom source | `True` | Yes | |
| `strategy.save` | Specify how to save versions when a package is added | `minimum`(can be: `exact`, `wildcard`, `minimum`, `compatible`) | Yes | |
| `strategy.update` | The default strategy for updating packages | `reuse`(can be : `eager`) | Yes | |
Expand Down

0 comments on commit 02b9065

Please sign in to comment.