Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-08-12 13:09:55 +00:00
parent a855e51f39
commit fa0bc43932
8 changed files with 149 additions and 3 deletions
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/goip-notifier": {
"manifest": {
"env": {
"#1": "GOIP_DSN=goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT"
}
},
"files": [],
"ref": "3242106357fc37ee7d7a15c422ff0f0da404afe1"
}
}
}
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/phrase-translation-provider": {
"manifest": {
"env": {
"#1": "PHRASE_DSN=phrase://PROJECT_ID:API_TOKEN@default?userAgent=Symfony-Phrase-Provider"
}
},
"files": [],
"ref": "88dbe5ad1547489de06a06728ff691ab95c5e296"
}
}
}
@@ -0,0 +1,42 @@
{
"manifests": {
"symfony/translation": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"translations/": "translations/"
}
},
"files": {
"config/packages/translation.yaml": {
"contents": [
"framework:",
" default_locale: en",
" translator:",
" default_path: '%kernel.project_dir%/translations'",
" fallbacks:",
" - en",
"# providers:",
"# crowdin:",
"# dsn: '%env(CROWDIN_DSN)%'",
"# loco:",
"# dsn: '%env(LOCO_DSN)%'",
"# lokalise:",
"# dsn: '%env(LOKALISE_DSN)%'",
"# phrase:",
"# dsn: '%env(PHRASE_DSN)%'",
""
],
"executable": false
},
"translations/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "64fe617084223633e1dedf9112935d8c95410d3e"
}
}
}