12 lines
483 B
Bash
12 lines
483 B
Bash
# gitea-review-bot credentials — COPY to .env (gitignored). Never commit real values.
|
|
# The real .env lives next to the deployment on the Spark.
|
|
|
|
MATRIX_HOMESERVER=https://<your-synapse-host>
|
|
MATRIX_USER=@reviewer:<your-domain>
|
|
MATRIX_DEVICE_ID=gitea-review-bot
|
|
MATRIX_ACCESS_TOKEN=
|
|
|
|
# Gitea access token with Read+Write on the repos it reviews (needed to merge/close PRs).
|
|
# Gitea → Settings → Applications → Generate Token, scope: repository = Read and Write.
|
|
GITEA_TOKEN=
|