mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user