fix(matrix): update whatsapp registration yaml to use colon key-value format
This commit is contained in:
parent
d2016117f1
commit
3186f1b50d
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ job "matrix" {
|
|||
id: whatsapp
|
||||
url: http://matrix-whatsapp-bridge.virtual.consul
|
||||
{{with nomadVar "nomad/jobs/matrix/synapse/synapse"}}
|
||||
as_token="{{.as_token}}"
|
||||
hs_token="{{.hs_token}}"
|
||||
as_token: {{.as_token}}
|
||||
hs_token: {{.hs_token}}
|
||||
{{end}}
|
||||
sender_localpart: ctvppZV8epjY9iUtTt0nR29e92V4nIJb
|
||||
rate_limited: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue