acseo-typesense-bundle recipe (#1474)

* acseo-typesense-bundle recipe

* fix Run checks errors

* move manifest.json to right space

* add version

* put files in good folder

* v0.7
This commit is contained in:
Nicolas Potier
2023-01-11 10:19:44 +00:00
committed by GitHub
parent 33cf4e87a8
commit ec30434aad
2 changed files with 21 additions and 0 deletions
@@ -0,0 +1,9 @@
# 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
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"ACSEO\\TypesenseBundle\\ACSEOTypesenseBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TYPESENSE_URL": "http://localhost:8108",
"TYPESENSE_KEY" : "123"
}
}