Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit c35827f

Browse files
author
tkostuch
committed
update config
1 parent d390f2e commit c35827f

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

config/local.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
{
22
"magento2": {
3-
"url": "http://demo-magento2.vuestorefront.io/",
4-
"imgUrl": "http://demo-magento2.vuestorefront.io/media/catalog/product",
3+
"imgUrl": "https://demo-magento2.storefrontcloud.io/pub/media/catalog/product",
54
"assetPath": "/../var/magento2-sample-data/pub/media",
6-
"magentoUserName": "",
7-
"magentoUserPassword": "",
8-
"httpUserName": "",
9-
"httpUserPassword": "",
105
"api": {
11-
"url": "http://demo-magento2.vuestorefront.io/rest",
12-
"consumerKey": "byv3730rhoulpopcq64don8ukb8lf2gq",
13-
"consumerSecret": "u9q4fcobv7vfx9td80oupa6uhexc27rb",
14-
"accessToken": "040xx3qy7s0j28o3q0exrfop579cy20m",
15-
"accessTokenSecret": "7qunl3p505rubmr7u1ijt7odyialnih9"
6+
"url": "https://demo-magento2.storefrontcloud.io/rest",
7+
"consumerKey": "23upzyrtvs40vno36biiw4qa5qqjv6i5",
8+
"consumerSecret": "1a8r5qd4elpgfn47cmmjk5ul9n2nx5hw",
9+
"accessToken": "b0yb9rzvh353verlzjnh7vp2dx8bpx1o",
10+
"accessTokenSecret": "xrye1ye6rb5fxaval2atpcc2m9lg6tu5"
1611
}
1712
},
1813
"entities": {
@@ -21,6 +16,14 @@
2116
}
2217
},
2318
"elasticsearch": {
24-
"requestTimeout": 60000
19+
"requestTimeout": 60000,
20+
"index": "vue_storefront_magento_1",
21+
"indices": [
22+
"vue_storefront_catalog",
23+
"vue_storefront_catalog_1",
24+
"vue_storefront_catalog_de",
25+
"vue_storefront_catalog_it",
26+
"vue_storefront_magento_1"
27+
]
2528
}
2629
}

0 commit comments

Comments
 (0)