Merge pull request #1286 from OskarStark/fix/vaue

[Notifier] Fix value of option
This commit is contained in:
Oskar Stark
2024-02-01 08:28:27 +01:00
committed by GitHub
+1 -1
View File
@@ -10,6 +10,6 @@
],
"env": {
"#1": "See https://www.smsapi.pl/docs/#autoryzacja",
"#2": "SMSAPI_DSN=smsapi://TOKEN@default?from=CHANNEL_ID"
"#2": "SMSAPI_DSN=smsapi://TOKEN@default?from=SENDERNAME"
}
}