Skip to content

Commit 69cabd9

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Installing on Linux and MacOS.md

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

294294
4. 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

310310
5. 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

0 commit comments

Comments
 (0)