mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 19:10:35 +00:00
11 lines
No EOL
642 B
Text
11 lines
No EOL
642 B
Text
INDEX_REPO_URL=# url of the git repository to be used as the package index
|
|
S3_ENDPOINT=# endpoint of the s3 bucket
|
|
S3_BUCKET_NAME=# name of the s3 bucket
|
|
S3_REGION=# region of the s3 bucket
|
|
S3_ACCESS_KEY=# access key of the s3 bucket
|
|
S3_SECRET_KEY=# secret key of the s3 bucket
|
|
COMMITTER_GIT_NAME=# name of the committer used for index updates
|
|
COMMITTER_GIT_EMAIL=# email of the committer used for index updates
|
|
GITHUB_USERNAME=# username of github account with push access to the index repository
|
|
GITHUB_PAT=# personal access token of github account with push access to the index repository
|
|
SENTRY_URL=# optional url of sentry error tracking |