Skip to content

Commit

Permalink
[Notifier] Enable auto-configuration for the GoIP bridge in the `no…
Browse files Browse the repository at this point in the history
…tifier.yaml` (#1326)
  • Loading branch information
ahmedghanem00 authored Jul 9, 2024
1 parent 8f8001c commit 0bdf42c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions symfony/go-ip-notifier/6.4/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down

0 comments on commit 0bdf42c

Please sign in to comment.