mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Merge pull request #1374 from chii0815/main
[Notifier] Add Matrix 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(MATRIX_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "MATRIX_DSN=matrix://HOST:PORT/?accessToken=ACCESSTOKEN&ssl=SSL"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user