mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
[symfony/*-notifier] Leverage the add-lines configurator (#1217)
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
{
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " chatter_transports:",
|
||||
"content": " gitter: '%env(GITTER_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "GITTER_DSN=gitter://TOKEN@default?room_id=ROOM_ID"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user