Browse Source

Add Matrix environment variables to README

pull/228/head
Pēteris Caune 6 years ago
parent
commit
68b818a89b
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
2 changed files with 4 additions and 0 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +3
    -0
      README.md

+ 1
- 0
CHANGELOG.md View File

@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
- Add the "desc" field (check's description) to API responses
- Add maxlength attribute to HTML input=text elements
- Improved logic for displaying job execution times in log (#219)
- Add Matrix integration
### Bug Fixes
- Fix refreshing of the checks page filtered by tags (#221)


+ 3
- 0
README.md View File

@ -128,6 +128,9 @@ Configurations settings loaded from environment variables:
| TWILIO_FROM | `None`
| PD_VENDOR_KEY | `None`
| TRELLO_APP_KEY | `None`
| MATRIX_HOMESERVER | `None`
| MATRIX_USER_ID | `None`
| MATRIX_ACCESS_TOKEN | `None`
Some useful settings keys to override are:


Loading…
Cancel
Save