This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog update + USE_URL_DISPATCHER set to true by default
- Loading branch information
Showing
4 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
export TIME_TO_EXIT=2000 | ||
export VS_INVALIDATE_CACHE_URL=http://localhost:3000/invalidate?key=aeSu7aip&tag= | ||
export VS_INVALIDATE_CACHE=1 | ||
export PRODUCTS_SPECIAL_PRICES=true | ||
export MAGENTO_CONSUMER_KEY=byv3730rhoulpopcq64don8ukb8lf2gq | ||
export MAGENTO_CONSUMER_SECRET=u9q4fcobv7vfx9td80oupa6uhexc27rb | ||
export MAGENTO_ACCESS_TOKEN=040xx3qy7s0j28o3q0exrfop579cy20m | ||
export MAGENTO_ACCESS_TOKEN_SECRET=7qunl3p505rubmr7u1ijt7odyialnih9 | ||
export SEO_USE_URL_DISPATCHER=1 | ||
|
||
echo 'Italian store - de' | ||
export MAGENTO_URL=http://demo-magento2.vuestorefront.io/rest/de | ||
export INDEX_NAME=vue_storefront_catalog_de | ||
|
||
node --harmony cli.js blocks | ||
node --harmony cli.js pages | ||
node --harmony cli.js reviews | ||
node --harmony cli.js categories --removeNonExistent=true --extendedCategories=true | ||
node --harmony cli.js productcategories | ||
node --harmony cli.js attributes --removeNonExistent=true | ||
node --harmony cli.js taxrule --removeNonExistent=true | ||
node --harmony cli.js products --removeNonExistent=true --partitions=1 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
export TIME_TO_EXIT=2000 | ||
export VS_INVALIDATE_CACHE_URL=http://localhost:3000/invalidate?key=aeSu7aip&tag= | ||
export VS_INVALIDATE_CACHE=1 | ||
export PRODUCTS_SPECIAL_PRICES=true | ||
export MAGENTO_CONSUMER_KEY=byv3730rhoulpopcq64don8ukb8lf2gq | ||
export MAGENTO_CONSUMER_SECRET=u9q4fcobv7vfx9td80oupa6uhexc27rb | ||
export MAGENTO_ACCESS_TOKEN=040xx3qy7s0j28o3q0exrfop579cy20m | ||
export MAGENTO_ACCESS_TOKEN_SECRET=7qunl3p505rubmr7u1ijt7odyialnih9 | ||
export SEO_USE_URL_DISPATCHER=1 | ||
|
||
echo 'Italian store - it' | ||
export MAGENTO_URL=http://demo-magento2.vuestorefront.io/rest/it | ||
export INDEX_NAME=vue_storefront_catalog_it | ||
|
||
node --harmony cli.js blocks | ||
node --harmony cli.js pages | ||
node --harmony cli.js reviews | ||
node --harmony cli.js categories --removeNonExistent=true --extendedCategories=true | ||
node --harmony cli.js productcategories | ||
node --harmony cli.js attributes --removeNonExistent=true | ||
node --harmony cli.js taxrule --removeNonExistent=true | ||
node --harmony cli.js products --removeNonExistent=true --partitions=1 | ||
|
||
|
||
|