mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Update acseo_typesense.yaml - use container configurator (#1899)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# 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)%'
|
||||
url: '%typesense_url%'
|
||||
key: '%typesense_key%'
|
||||
# Optional : add prefix to all collection names in Typesense
|
||||
#collection_prefix: 'app_'
|
||||
# Collection settings
|
||||
|
||||
@@ -2,11 +2,15 @@
|
||||
"bundles": {
|
||||
"ACSEO\\TypesenseBundle\\ACSEOTypesenseBundle": ["all"]
|
||||
},
|
||||
"container": {
|
||||
"typesense_url": "%env(TYPESENSE_URL)%",
|
||||
"typesense_key": "%env(TYPESENSE_KEY)%"
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"TYPESENSE_URL": "http://localhost:8108",
|
||||
"TYPESENSE_KEY" : "123"
|
||||
"TYPESENSE_KEY": "123"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user