From 865373fd5691fc05bbfe1ec506b58b0a7b9355af Mon Sep 17 00:00:00 2001 From: Victor Gerbrands Date: Thu, 11 May 2023 17:39:05 +0200 Subject: [PATCH] chore: update .env.example --- .env.example | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 989274154..98a9ea045 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,6 @@ TWITTER_CREATOR="@medusajs" TWITTER_SITE="https://medusajs.com/" -SITE_NAME="Next.js Commerce x Medusa" -MEDUSA_BACKEND_API="http://localhost:9000" -NEXT_PUBLIC_MEDUSA_BACKEND_API="http://localhost:9000" +SITE_NAME="Next.js Commerce by Medusa" +NEXT_PUBLIC_MEDUSA_BACKEND_API="http://localhost:9000/store" NEXT_PUBLIC_VERCEL_URL="http://localhost:3000" MEDUSA_API_KEY="" \ No newline at end of file