first update to external config values
This commit is contained in:
12
config/retriex/commerce.yaml
Normal file
12
config/retriex/commerce.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# Commerce / Shopware Store API configuration.
|
||||
# The existing Commerce and Shopware services stay unchanged; these values only centralize wiring.
|
||||
parameters:
|
||||
retriex.commerce.enabled: true
|
||||
retriex.commerce.max_shop_results: '%env(SHOPWARE_STORE_API_MAX_RESULT)%'
|
||||
retriex.commerce.shop_timeout: 5
|
||||
retriex.commerce.store_api_base_url: '%env(SHOPWARE_STORE_API_BASE_URL)%'
|
||||
retriex.commerce.sales_channel_access_key: '%env(SHOPWARE_SALES_CHANNEL_ACCESS_KEY)%'
|
||||
|
||||
retriex.commerce.search_repair.enabled: true
|
||||
retriex.commerce.search_repair.max_queries: 3
|
||||
retriex.commerce.search_repair.min_primary_results_without_repair: 2
|
||||
Reference in New Issue
Block a user