diff --git a/acseo/typesense-bundle/0.7/config/packages/acseo_typesense.yaml b/acseo/typesense-bundle/0.7/config/packages/acseo_typesense.yaml new file mode 100644 index 00000000..7d1e45c9 --- /dev/null +++ b/acseo/typesense-bundle/0.7/config/packages/acseo_typesense.yaml @@ -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 diff --git a/acseo/typesense-bundle/0.7/manifest.json b/acseo/typesense-bundle/0.7/manifest.json new file mode 100644 index 00000000..afc1d10a --- /dev/null +++ b/acseo/typesense-bundle/0.7/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "ACSEO\\TypesenseBundle\\ACSEOTypesenseBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TYPESENSE_URL": "http://localhost:8108", + "TYPESENSE_KEY" : "123" + } +}