Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-02-01 07:28:45 +00:00
parent 47ccb843c2
commit 46a708c6fd
2 changed files with 25 additions and 2 deletions
@@ -0,0 +1,23 @@
{
"manifests": {
"symfony/smsapi-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " smsapi: '%env(SMSAPI_DSN)%'"
}
],
"env": {
"#1": "See https://www.smsapi.pl/docs/#autoryzacja",
"#2": "SMSAPI_DSN=smsapi://TOKEN@default?from=SENDERNAME"
}
},
"files": [],
"ref": "a40f4c86866e2d7a5e52983af54e1c0692447494"
}
}
}
+2 -2
View File
@@ -13,11 +13,11 @@
],
"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"
}
},
"files": [],
"ref": "17763c8b7fd6a0e490167b0277677d57e085c89b"
"ref": "a40f4c86866e2d7a5e52983af54e1c0692447494"
}
}
}