File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ I'll call it `[project-folder]` in this tutorial. Basically it is a folder in wh
293293
2942944 . Configure the API Credentials inside ` [project-folder]/mage2vuestorefront/src/config.js ` ** (change the bolded text)**
295295
296- ``` json
296+ ``` js
297297 magento: {
298298 url: process .env .MAGENTO_URL || ** " http://magento2.demo-1.divante.pl/** rest/" , -- your Magento 2 URL
299299 consumerKey: process .env .MAGENTO_CONSUMER_KEY || " **alva6h6hku9qxrpfe02c2jalopx7od1q**" ,
@@ -309,7 +309,7 @@ I'll call it `[project-folder]` in this tutorial. Basically it is a folder in wh
309309
3103105 . Configure the API Credentials inside ` [project-folder]/vue-storefront-api/config/local.json ` ** (change the bolded text)**
311311
312- ``` json
312+ ``` js
313313 " magento2" : {
314314 " url" : " **http://magento2.demo-1.xyz.com**" , -- your Magento 2 URL
315315 " imgUrl" : " **http://localhost:8080**/media/catalog/product" , -- your Magento 2 URL
You can’t perform that action at this time.
0 commit comments