Skip to content

Commit 0bdf42c

Browse files
[Notifier] Enable auto-configuration for the GoIP bridge in the notifier.yaml (#1326)
1 parent 8f8001c commit 0bdf42c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

symfony/go-ip-notifier/6.4/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " texter_transports:",
8+
"content": " goip: '%env(GOIP_DSN)%'"
9+
}
10+
],
211
"env": {
312
"#1": "GOIP_DSN=goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT"
413
}

0 commit comments

Comments
 (0)