Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-11-10 18:00:06 +00:00
parent 1124f09362
commit a83848f254
2 changed files with 45 additions and 2 deletions
@@ -0,0 +1,43 @@
{
"manifests": {
"survos/meili-bundle": {
"manifest": {
"bundles": {
"Survos\\MeiliBundle\\SurvosMeiliBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MEILI_SERVER": "http://127.0.0.1:7700",
"MEILI_API_KEY": "",
"MEILI_SEARCH_KEY": ""
}
},
"files": {
"config/packages/survos_meili.yaml": {
"contents": [
"survos_meili:",
" host: '%env(default::MEILI_SERVER)%'",
" apiKey: '%env(default::MEILI_API_KEY)%'",
" searchKey: '%env(default::MEILI_SEARCH_KEY)%'",
""
],
"executable": false
},
"config/routes/survos_meili.yaml": {
"contents": [
"survos_meili:",
" resource: '@SurvosMeiliBundle/config/routes.yaml'",
" prefix: '/meili'",
""
],
"executable": false
}
},
"ref": "203685352e56485cfb1d3b0fd2900e41d6bdc859"
}
}
}
+2 -2
View File
@@ -11,7 +11,7 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"MEILI_SERVER": "127.0.0.1:7700",
"MEILI_SERVER": "http://127.0.0.1:7700",
"MEILI_API_KEY": "",
"MEILI_SEARCH_KEY": ""
}
@@ -37,7 +37,7 @@
"executable": false
}
},
"ref": "55fbefe4d77f0d51fbcdf00ac29dbe2ada8e1c56"
"ref": "203685352e56485cfb1d3b0fd2900e41d6bdc859"
}
}
}