fab3f9b37d
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
35 lines
1.4 KiB
YAML
35 lines
1.4 KiB
YAML
# username/password pair which will be required to access the bug report
|
|
# listings at `/api/listing`, via HTTP basic auth. If omitted, there will be
|
|
# *no* authentication on this access!
|
|
listings_auth_user: alice
|
|
listings_auth_pass: secret
|
|
|
|
# the external URL at which /api is accessible; it is used to add a link to the
|
|
# report to the GitHub issue. If unspecified, based on the listen address.
|
|
# api_prefix: https://riot.im/bugreports
|
|
|
|
# a GitHub personal access token (https://github.com/settings/tokens), which
|
|
# will be used to create a GitHub issue for each report. It requires
|
|
# `public_repo` scope. If omitted, no issues will be created.
|
|
github_token: secrettoken
|
|
|
|
# mappings from app name (as submitted in the API) to github repo for issue reporting.
|
|
github_project_mappings:
|
|
my-app: octocat/HelloWorld
|
|
|
|
# a Slack personal webhook URL (https://api.slack.com/incoming-webhooks), which
|
|
# will be used to post a notification on Slack for each report.
|
|
slack_webhook_url: https://hooks.slack.com/services/TTTTTTT/XXXXXXXXXX/YYYYYYYYYYY
|
|
|
|
# notification can also be pushed by email.
|
|
# this param controls the target emails
|
|
email_addresses:
|
|
- support@matrix.org
|
|
|
|
# this is the from field that will be used in the email notifications
|
|
email_from: Rageshake <rageshake@matrix.org>
|
|
|
|
# SMTP server configuration
|
|
smtp_server: localhost:25
|
|
smtp_username: myemailuser
|
|
smtp_password: myemailpass
|