mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
docs: add more configs to registry guide
This commit is contained in:
parent
265872c747
commit
980e2b096f
1 changed files with 14 additions and 0 deletions
|
@ -100,6 +100,20 @@ The access token must have read and write access to the index repository.
|
|||
- **GITHUB_PAT**: The personal access token of the GitHub account specified by
|
||||
`GITHUB_USERNAME`. This is required.
|
||||
|
||||
- **COMMITTER_GIT_NAME**: The name to use for the committer when updating the
|
||||
index repository.\
|
||||
Example: `pesde index updater`
|
||||
|
||||
- **COMMITTER_GIT_EMAIL**: The email to use for the committer when updating the
|
||||
index repository.\
|
||||
Example: `pesde@localhost`
|
||||
|
||||
- **ADDRESS**: The address to bind the server to.\
|
||||
Default: `127.0.0.1`
|
||||
|
||||
- **PORT**: The port to bind the server to.\
|
||||
Default: `8080`
|
||||
|
||||
### Authentication configuration
|
||||
|
||||
The registry supports multiple authentication methods, which are documented
|
||||
|
|
Loading…
Add table
Reference in a new issue