Skip to content

Commit

Permalink
Update custom-application.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mkr committed Sep 19, 2024
1 parent 2f701c4 commit 0602b96
Showing 1 changed file with 4 additions and 56 deletions.
60 changes: 4 additions & 56 deletions smui/conf/custom-application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit 0602b96

Please sign in to comment.