Skip to content

Commit 07f1841

Browse files
authored
Update Installing on Linux and MacOS.md
1 parent d4c7cae commit 07f1841

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/Installing on Linux and MacOS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,11 @@ I'll call it `[project-folder]` in this tutorial. Basically it is a folder in wh
295295

296296
```json
297297
magento: {
298-
url: process.env.MAGENTO_URL || **'http://magento2.demo-1.divante.pl/** rest/', -- your Magento 2 URL
299-
consumerKey: process.env.MAGENTO_CONSUMER_KEY || '**alva6h6hku9qxrpfe02c2jalopx7od1q**',
300-
consumerSecret: process.env.MAGENTO_CONSUMER_SECRET || '**9tgfpgoojlx9tfy21b8kw7ssfu2aynpm**',
301-
accessToken: process.env.MAGENTO_ACCESS_TOKEN || '**rw5w0si9imbu45h3m9hkyrfr4gjina8q**',
302-
accessTokenSecret: process.env.MAGENTO_ACCESS_TOKEN_SECRET || '**00y9dl4vpxgcef3gn5mntbxtylowjcc9**',
298+
url: process.env.MAGENTO_URL || **"http://magento2.demo-1.divante.pl/** rest/", -- your Magento 2 URL
299+
consumerKey: process.env.MAGENTO_CONSUMER_KEY || "**alva6h6hku9qxrpfe02c2jalopx7od1q**",
300+
consumerSecret: process.env.MAGENTO_CONSUMER_SECRET || "**9tgfpgoojlx9tfy21b8kw7ssfu2aynpm**",
301+
accessToken: process.env.MAGENTO_ACCESS_TOKEN || "**rw5w0si9imbu45h3m9hkyrfr4gjina8q**",
302+
accessTokenSecret: process.env.MAGENTO_ACCESS_TOKEN_SECRET || "**00y9dl4vpxgcef3gn5mntbxtylowjcc9**",
303303
storeId: process.env.MAGENTO_STORE_ID || 1,
304304
currencyCode: process.env.MAGENTO_CURRENCY_CODE || 'USD'\
305305
},
@@ -315,7 +315,7 @@ I'll call it `[project-folder]` in this tutorial. Basically it is a folder in wh
315315
"imgUrl": "**http://localhost:8080**/media/catalog/product", -- your Magento 2 URL
316316
"assetPath": "/../var/magento2-sample-data/pub/media",
317317
"api": {
318-
"url": '**http://magento2.demo-1.divante.pl/** rest/', -- your Magento 2 URL
318+
"url": "**http://magento2.demo-1.divante.pl/** rest/", -- your Magento 2 URL
319319
"consumerKey": "**alva6h6hku9qxrpfe02c2jalopx7od1q**",
320320
"consumerSecret": "**9tgfpgoojlx9tfy21b8kw7ssfu2aynpm**",
321321
"accessToken": "**rw5w0si9imbu45h3m9hkyrfr4gjina8q**",

0 commit comments

Comments
 (0)