[Notifier] Enable auto-configuration for the GoIP bridge in the notifier.yaml (#1326)

This commit is contained in:
Ahmed Ghanem
2024-07-09 09:02:37 +02:00
committed by GitHub
parent 8f8001c1aa
commit 0bdf42cd68
+9
View File
@@ -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"
}