Skip to content

Commit 1b592ef

Browse files
authored
Merge pull request #1275 from smsbox-net/smsbox-notifier
[Notifier] Add Smsbox notifier bridge
2 parents 90af216 + 73b303d commit 1b592ef

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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": " smsbox: '%env(SMSBOX_DSN)%'"
9+
}
10+
],
11+
"env": {
12+
"#1": "SMSBOX_DSN=smsbox://APIKEY@default?mode=MODE&strategy=STRATEGY&sender=SENDER"
13+
}
14+
}

0 commit comments

Comments
 (0)