@@ -6,6 +6,8 @@ If you're on Windows please check [Windows Installation Tutorial](https://github
6
6
7
7
** If You need a step by step installation** guide please go to <a href =" #ultimate-guide " >Ultimate Installation Guide on MacOS X</a >
8
8
9
+ ** If You like to setup Magento2 integration** please check [ this YouTube video] ( https://www.youtube.com/watch?v=CtDXddsyxvM ) .
10
+
9
11
Let's go:
10
12
11
13
## User-friendly installation
@@ -295,13 +297,13 @@ I'll call it `[project-folder]` in this tutorial. Basically it is a folder in wh
295
297
296
298
``` js
297
299
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/" ,
299
301
consumerKey: process .env .MAGENTO_CONSUMER_KEY || " **alva6h6hku9qxrpfe02c2jalopx7od1q**" ,
300
302
consumerSecret: process .env .MAGENTO_CONSUMER_SECRET || " **9tgfpgoojlx9tfy21b8kw7ssfu2aynpm**" ,
301
303
accessToken: process .env .MAGENTO_ACCESS_TOKEN || " **rw5w0si9imbu45h3m9hkyrfr4gjina8q**" ,
302
304
accessTokenSecret: process .env .MAGENTO_ACCESS_TOKEN_SECRET || " **00y9dl4vpxgcef3gn5mntbxtylowjcc9**" ,
303
305
storeId: process .env .MAGENTO_STORE_ID || 1 ,
304
- currencyCode: process .env .MAGENTO_CURRENCY_CODE || ' USD' \
306
+ currencyCode: process .env .MAGENTO_CURRENCY_CODE || ' USD'
305
307
},
306
308
```
307
309
@@ -312,10 +314,10 @@ I'll call it `[project-folder]` in this tutorial. Basically it is a folder in wh
312
314
``` js
313
315
" magento2" : {
314
316
" 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" ,
316
318
" assetPath" : " /../var/magento2-sample-data/pub/media" ,
317
319
" api" : {
318
- " url" : " **http://magento2.demo-1.divante.pl/** rest/" , -- your Magento 2 URL
320
+ " url" : " **http://magento2.demo-1.divante.pl/** rest/" ,
319
321
" consumerKey" : " **alva6h6hku9qxrpfe02c2jalopx7od1q**" ,
320
322
" consumerSecret" : " **9tgfpgoojlx9tfy21b8kw7ssfu2aynpm**" ,
321
323
" accessToken" : " **rw5w0si9imbu45h3m9hkyrfr4gjina8q**" ,
0 commit comments