Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-01-11 10:20:01 +00:00
parent 19c6074df6
commit bbcf39688d
4 changed files with 80 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| --- | --- |
| [abel/keycloak-bearer-only-adapter-bundle](https://packagist.org/packages/abel/keycloak-bearer-only-adapter-bundle) | [1.0](abel/keycloak-bearer-only-adapter-bundle/1.0) |
| [ablaise/meteion-bundle](https://packagist.org/packages/ablaise/meteion-bundle) | [1.0](ablaise/meteion-bundle/1.0) |
| [acseo/typesense-bundle](https://packagist.org/packages/acseo/typesense-bundle) | [0.7](acseo/typesense-bundle/0.7) |
| [ad3n/ratchet-bundle](https://packagist.org/packages/ad3n/ratchet-bundle) | [0.4](ad3n/ratchet-bundle/0.4) |
| [adback/adback-sdk-php-symfony](https://packagist.org/packages/adback/adback-sdk-php-symfony) | [2.4](adback/adback-sdk-php-symfony/2.4) |
| [adlarge/fixtures-documentation-bundle](https://packagist.org/packages/adlarge/fixtures-documentation-bundle) | [1.1](adlarge/fixtures-documentation-bundle/1.1) |
+38
View File
@@ -0,0 +1,38 @@
{
"manifests": {
"acseo/typesense-bundle": {
"manifest": {
"bundles": {
"ACSEO\\TypesenseBundle\\ACSEOTypesenseBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TYPESENSE_URL": "http://localhost:8108",
"TYPESENSE_KEY": "123"
}
},
"files": {
"config/packages/acseo_typesense.yaml": {
"contents": [
"# Read the documentation: https://github.com/acseo/TypesenseBundle/blob/master/README.md",
"acseo_typesense:",
" typesense:",
" url: '%env(resolve:TYPESENSE_URL)%'",
" key: '%env(resolve:TYPESENSE_KEY)%'",
" # Optional : add prefix to all collection names in Typesense",
" #collection_prefix: 'app_'",
" # Collection settings",
" collections: null",
""
],
"executable": false
}
},
"ref": "b202ccc902adb679c089d541b1b2748d595b4315"
}
}
}
@@ -0,0 +1,38 @@
{
"manifests": {
"acseo/typesense-bundle": {
"manifest": {
"bundles": {
"ACSEO\\TypesenseBundle\\ACSEOTypesenseBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TYPESENSE_URL": "http://localhost:8108",
"TYPESENSE_KEY": "123"
}
},
"files": {
"config/packages/acseo_typesense.yaml": {
"contents": [
"# Read the documentation: https://github.com/acseo/TypesenseBundle/blob/master/README.md",
"acseo_typesense:",
" typesense:",
" url: '%env(resolve:TYPESENSE_URL)%'",
" key: '%env(resolve:TYPESENSE_KEY)%'",
" # Optional : add prefix to all collection names in Typesense",
" #collection_prefix: 'app_'",
" # Collection settings",
" collections: null",
""
],
"executable": false
}
},
"ref": "b202ccc902adb679c089d541b1b2748d595b4315"
}
}
}
+3
View File
@@ -7,6 +7,9 @@
"ablaise/meteion-bundle": [
"1.0"
],
"acseo/typesense-bundle": [
"0.7"
],
"ad3n/ratchet-bundle": [
"0.4"
],