Skip to content

Commit

Permalink
docs: add info about middleware address
Browse files Browse the repository at this point in the history
  • Loading branch information
grixu committed Jul 23, 2024
1 parent dffe55b commit 4580940
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/content/4.sdk/6.migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,12 @@ jobs:

Go to the **Settings** -> **Environment variables** -> Section **Storefront Application**. Click on the "Add variable", and use the modal fill the name & value of each environment variable. Repeat for all the variables needed to run the app.

:::info
How should I found the value of the `NEXT_PUBLIC_ALOKAI_MIDDLEWARE_API_URL`?

It's the URL of your Storefront, that you can find in the Overview page. Then just add the `/api` to this address.
:::

## Nuxt

1. Update the `@vue-storefront/nuxt` package to version 4.1.1
Expand Down Expand Up @@ -694,3 +700,9 @@ jobs:
7. Set environment variables in Alokai Console
Go to the **Settings** -> **Environment variables** -> Section **Storefront Application**. Click on the "Add variable", and use the modal fill the name & value of each environment variable. Repeat for all the variables needed to run the app.
:::info
How should I found the value of the `NEXT_PUBLIC_ALOKAI_MIDDLEWARE_API_URL`?
It's the URL of your Storefront, that you can find in the Overview page. Then just add the `/api` to this address.
:::

0 comments on commit 4580940

Please sign in to comment.