feat: update .env.example

This commit is contained in:
Victor Gerbrands 2023-05-11 17:25:31 +02:00
parent 46395206b6
commit f2b7b6c8a2

View File

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