chore: add example .env

This commit is contained in:
daimond113 2024-07-30 12:39:03 +02:00
parent c481826d77
commit e07ec4e859
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -0,0 +1,13 @@
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
COMMITTER_GIT_NAME= # name of the committer used for index updates
COMMITTER_GIT_EMAIL= # email of the committer used for index updates
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
SENTRY_URL= # optional url of sentry error tracking