diff --git a/smui/conf/custom-application.conf b/smui/conf/custom-application.conf index eb7d502..b1a62a8 100644 --- a/smui/conf/custom-application.conf +++ b/smui/conf/custom-application.conf @@ -2,72 +2,20 @@ include "application.conf" smui.target-environment.config="""{ "LIVE": { - "ecommerce": [ + "fancy_preview": [ { - "rulesCollection": "Chorus Webshop", + "rulesCollection": "6e1d4f5f-3436-4a85-b4d2-0c02ae6301f2", "tenantTag": null, "previewUrlTemplate": "https://www.example.com/en/main-tenant/search?query=$QUERY" - }, { - "rulesCollection": "Chorus Webshop", - "tenantTag": "tenant:HA", - "previewUrlTemplate": "https://www.example.com/en/alternative-tenant/search?query=$QUERY" - } - ], - "de": [ - { - "rulesCollection": "MainTenantDE", - "tenantTag": null, - "previewUrlTemplate": "https://www.example.com/de/main-tenant/search?query=$QUERY" - }, { - "rulesCollection": "AlternativeTenantDE", - "tenantTag": "tenant:ALTERNATIVE", - "previewUrlTemplate": "https://www.example.com/de/alternative-tenant/search?query=$QUERY" - } - ], - "fr": [ - { - "rulesCollection": "MainTenantFR", - "tenantTag": null, - "previewUrlTemplate": "https://www.example.com/fr/main-tenant/search?query=$QUERY" - }, { - "rulesCollection": "AlternativeTenantFR", - "tenantTag": "tenant:ALTERNATIVE", - "previewUrlTemplate": "https://www.example.com/fr/alternative-tenant/search?query=$QUERY" } ] }, "PRELIVE": { - "ecommerce": [ + "fancy_preview": [ { - "rulesCollection": "Chorus Webshop", + "rulesCollection": "6e1d4f5f-3436-4a85-b4d2-0c02ae6301f2", "tenantTag": null, "previewUrlTemplate": "https://www.example.com/en/main-tenant/search?query=$QUERY" - }, { - "rulesCollection": "Chorus Webshop", - "tenantTag": "tenant:HA", - "previewUrlTemplate": "https://www.example.com/en/alternative-tenant/search?query=$QUERY" - } - ], - "de": [ - { - "rulesCollection": "MainTenantDE", - "tenantTag": null, - "previewUrlTemplate": "https://www.example.com/de/main-tenant/search?query=$QUERY" - }, { - "rulesCollection": "AlternativeTenantDE", - "tenantTag": "tenant:ALTERNATIVE", - "previewUrlTemplate": "https://www.example.com/de/alternative-tenant/search?query=$QUERY" - } - ], - "fr": [ - { - "rulesCollection": "MainTenantFR", - "tenantTag": null, - "previewUrlTemplate": "https://www.example.com/fr/main-tenant/search?query=$QUERY" - }, { - "rulesCollection": "AlternativeTenantFR", - "tenantTag": "tenant:ALTERNATIVE", - "previewUrlTemplate": "https://www.example.com/fr/alternative-tenant/search?query=$QUERY" } ] }