Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-12-18 17:17:04 +00:00
parent 7672dec086
commit 5c2a15768b
4 changed files with 114 additions and 0 deletions
+1
View File
@@ -472,6 +472,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [rundum/event-base](https://packagist.org/packages/rundum/event-base) | [0.0](rundum/event-base/0.0) |
| [ruwler/ruwler-sdk-bundle](https://packagist.org/packages/ruwler/ruwler-sdk-bundle) | [1.0](ruwler/ruwler-sdk-bundle/1.0) |
| [scheb/two-factor-bundle](https://packagist.org/packages/scheb/two-factor-bundle) | [3.16](scheb/two-factor-bundle/3.16) |
| [schranz-search/symfony-bundle](https://packagist.org/packages/schranz-search/symfony-bundle) | [0.2](schranz-search/symfony-bundle/0.2) |
| [sebtm/inwx-api-bundle](https://packagist.org/packages/sebtm/inwx-api-bundle) | [1.0](sebtm/inwx-api-bundle/1.0) |
| [secit-pl/imap-bundle](https://packagist.org/packages/secit-pl/imap-bundle) | [1.0](secit-pl/imap-bundle/1.0) |
| [seferov/aws-bundle](https://packagist.org/packages/seferov/aws-bundle) | [3.0](seferov/aws-bundle/3.0) |
@@ -0,0 +1,55 @@
{
"manifests": {
"schranz-search/symfony-bundle": {
"manifest": {
"bundles": {
"Schranz\\Search\\Integration\\Symfony\\SearchBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Install one of the following adapters: https://schranz-search.github.io/schranz-search/getting-started/index.html",
"#2": "SEAL_DSN=\"meilisearch://127.0.0.1:7700\"",
"#3": "SEAL_DSN=\"algolia://ALGOLIA_APPLICATION_ID:ALGOLIA_ADMIN_API_KEY\"",
"#4": "SEAL_DSN=\"elasticsearch://127.0.0.1:9200\"",
"#5": "SEAL_DSN=\"opensearch://127.0.0.1:9200\"",
"#6": "SEAL_DSN=\"redisearch://127.0.0.1:6379\"",
"#7": "SEAL_DSN=\"solr://127.0.0.1:8983\"",
"#8": "SEAL_DSN=\"typesense://S3CR3T@127.0.0.1:8108\"",
"SEAL_DSN": "loupe://var/indexes"
}
},
"files": {
"config/packages/schranz_search.yaml": {
"contents": [
"schranz_search:",
" schemas:",
" default:",
" dir: '%kernel.project_dir%/config/schemas'",
" engines:",
" default:",
" adapter: '%env(SEAL_DSN)%'",
"when@test:",
" schranz_search:",
" engines:",
" default:",
" adapter: 'memory://'",
" index_name_prefix: test_",
""
],
"executable": false
},
"config/schemas/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "dadad590775bc3badb33f606f15b724dadab0423"
}
}
}
+3
View File
@@ -1487,6 +1487,9 @@
"scheb/two-factor-bundle": [
"3.16"
],
"schranz-search/symfony-bundle": [
"0.2"
],
"sebtm/inwx-api-bundle": [
"0.1",
"0.2",
+55
View File
@@ -0,0 +1,55 @@
{
"manifests": {
"schranz-search/symfony-bundle": {
"manifest": {
"bundles": {
"Schranz\\Search\\Integration\\Symfony\\SearchBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Install one of the following adapters: https://schranz-search.github.io/schranz-search/getting-started/index.html",
"#2": "SEAL_DSN=\"meilisearch://127.0.0.1:7700\"",
"#3": "SEAL_DSN=\"algolia://ALGOLIA_APPLICATION_ID:ALGOLIA_ADMIN_API_KEY\"",
"#4": "SEAL_DSN=\"elasticsearch://127.0.0.1:9200\"",
"#5": "SEAL_DSN=\"opensearch://127.0.0.1:9200\"",
"#6": "SEAL_DSN=\"redisearch://127.0.0.1:6379\"",
"#7": "SEAL_DSN=\"solr://127.0.0.1:8983\"",
"#8": "SEAL_DSN=\"typesense://S3CR3T@127.0.0.1:8108\"",
"SEAL_DSN": "loupe://var/indexes"
}
},
"files": {
"config/packages/schranz_search.yaml": {
"contents": [
"schranz_search:",
" schemas:",
" default:",
" dir: '%kernel.project_dir%/config/schemas'",
" engines:",
" default:",
" adapter: '%env(SEAL_DSN)%'",
"when@test:",
" schranz_search:",
" engines:",
" default:",
" adapter: 'memory://'",
" index_name_prefix: test_",
""
],
"executable": false
},
"config/schemas/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "dadad590775bc3badb33f606f15b724dadab0423"
}
}
}