mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
[Notifier] Add Matrix Synapse bridge
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"add-lines": [
|
||||||
|
{
|
||||||
|
"file": "config/packages/notifier.yaml",
|
||||||
|
"position": "after_target",
|
||||||
|
"warn_if_missing": true,
|
||||||
|
"target": " chatter_transports:",
|
||||||
|
"content": " matrix: '%env(SIPGATE_DSN)%'"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"#1": "MATRIX_DSN=matrix://HOST:PORT/?accessToken=ACCESSTOKEN&ssl=SSL"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user