From 4580940f16b25d5fc1c4db3d8600a12783389c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gosta=C5=84ski?= Date: Tue, 23 Jul 2024 13:43:54 +0200 Subject: [PATCH] docs: add info about middleware address --- docs/content/4.sdk/6.migration-guide.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/content/4.sdk/6.migration-guide.md b/docs/content/4.sdk/6.migration-guide.md index 685cb5d919..0d9f66be67 100644 --- a/docs/content/4.sdk/6.migration-guide.md +++ b/docs/content/4.sdk/6.migration-guide.md @@ -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 @@ -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. +:::