We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GoIP
notifier.yaml
1 parent 8f8001c commit 0bdf42cCopy full SHA for 0bdf42c
symfony/go-ip-notifier/6.4/manifest.json
@@ -1,4 +1,13 @@
1
{
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
+ ],
11
"env": {
12
"#1": "GOIP_DSN=goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT"
13
}
0 commit comments