@@ -6,6 +6,8 @@ If you're on Windows please check [Windows Installation Tutorial](https://github
66
77** If You need a step by step installation** guide please go to <a href =" #ultimate-guide " >Ultimate Installation Guide on MacOS X</a >
88
9+ ** If You like to setup Magento2 integration** please check [ this YouTube video] ( https://www.youtube.com/watch?v=CtDXddsyxvM ) .
10+
911Let's go:
1012
1113## User-friendly installation
@@ -295,13 +297,13 @@ I'll call it `[project-folder]` in this tutorial. Basically it is a folder in wh
295297
296298``` js
297299 magento: {
298- url: process .env .MAGENTO_URL || ** " http://magento2.demo-1.divante.pl/** rest/" , -- your Magento 2 URL
300+ url: process .env .MAGENTO_URL || ** " http://magento2.demo-1.divante.pl/** rest/" ,
299301 consumerKey: process .env .MAGENTO_CONSUMER_KEY || " **alva6h6hku9qxrpfe02c2jalopx7od1q**" ,
300302 consumerSecret: process .env .MAGENTO_CONSUMER_SECRET || " **9tgfpgoojlx9tfy21b8kw7ssfu2aynpm**" ,
301303 accessToken: process .env .MAGENTO_ACCESS_TOKEN || " **rw5w0si9imbu45h3m9hkyrfr4gjina8q**" ,
302304 accessTokenSecret: process .env .MAGENTO_ACCESS_TOKEN_SECRET || " **00y9dl4vpxgcef3gn5mntbxtylowjcc9**" ,
303305 storeId: process .env .MAGENTO_STORE_ID || 1 ,
304- currencyCode: process .env .MAGENTO_CURRENCY_CODE || ' USD' \
306+ currencyCode: process .env .MAGENTO_CURRENCY_CODE || ' USD'
305307 },
306308```
307309
@@ -312,10 +314,10 @@ I'll call it `[project-folder]` in this tutorial. Basically it is a folder in wh
312314``` js
313315 " magento2" : {
314316 " url" : " **http://magento2.demo-1.xyz.com**" , -- your Magento 2 URL
315- " imgUrl" : " **http://localhost:8080**/media/catalog/product" , -- your Magento 2 URL
317+ " imgUrl" : " **http://localhost:8080**/media/catalog/product" ,
316318 " assetPath" : " /../var/magento2-sample-data/pub/media" ,
317319 " api" : {
318- " url" : " **http://magento2.demo-1.divante.pl/** rest/" , -- your Magento 2 URL
320+ " url" : " **http://magento2.demo-1.divante.pl/** rest/" ,
319321 " consumerKey" : " **alva6h6hku9qxrpfe02c2jalopx7od1q**" ,
320322 " consumerSecret" : " **9tgfpgoojlx9tfy21b8kw7ssfu2aynpm**" ,
321323 " accessToken" : " **rw5w0si9imbu45h3m9hkyrfr4gjina8q**" ,
0 commit comments