Skip to content

Commit

Permalink
Use the new matrix server (#2056)
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 committed Apr 18, 2023
1 parent 63bcb5c commit fc7b9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/monitoring/grafana-matrix/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Set up your HS connections
matrix:
- name: matrix-parity-io
url: https://matrix.parity.io
url: https://m.parity.io
# Create a user - log that user in using a post request
# curl -XPOST -d '{"type": "m.login.password",
# "user":"grafana",
Expand All @@ -22,7 +22,7 @@ msgtype: m.text
# Set up notification ingress rules
rules:
- name: bridge # Name of the rule
room: "#bridges-rialto-millau-alerts:matrix.parity.io" # Room or ID
room: "#bridges-rialto-millau-alerts:parity.io" # Room or ID
matrix: matrix-parity-io # The Matrix HS to use - defaults to first one
msgtype: m.notice
# The following values are optional:
Expand Down

0 comments on commit fc7b9b7

Please sign in to comment.