chore: update .env.example

This commit is contained in:
Victor Gerbrands 2023-05-11 17:39:05 +02:00
parent fd64293798
commit 865373fd56

View File

@ -1,7 +1,6 @@
TWITTER_CREATOR="@medusajs" TWITTER_CREATOR="@medusajs"
TWITTER_SITE="https://medusajs.com/" TWITTER_SITE="https://medusajs.com/"
SITE_NAME="Next.js Commerce x Medusa" SITE_NAME="Next.js Commerce by Medusa"
MEDUSA_BACKEND_API="http://localhost:9000" NEXT_PUBLIC_MEDUSA_BACKEND_API="http://localhost:9000/store"
NEXT_PUBLIC_MEDUSA_BACKEND_API="http://localhost:9000"
NEXT_PUBLIC_VERCEL_URL="http://localhost:3000" NEXT_PUBLIC_VERCEL_URL="http://localhost:3000"
MEDUSA_API_KEY="" MEDUSA_API_KEY=""