mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
[Notifier] Enable auto-configuration for the GoIP bridge in the notifier.yaml (#1326)
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
{
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " goip: '%env(GOIP_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "GOIP_DSN=goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user