Skip to content
Snippets Groups Projects
Commit 4ba67461 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

use global variables

parent 810d7822
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,8 @@ object User "matrix" { ...@@ -9,8 +9,8 @@ object User "matrix" {
display_name = "Matrix User" display_name = "Matrix User"
vars.matrix = { vars.matrix = {
token = "{{ matrix_notification_access_token }}" token = "{{ matrix_notification_access_token }}"
channel = "!iYefxbySFEfFQfUGEK:matrix.warpzone.ms" channel = "{{ matrix.notifications_room_id }}"
server = "https://matrix.warpzone.ms" server = "{{ matrix.public_url }}"
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment