diff --git a/.env.example b/.env.example index d97ac1819..989274154 100644 --- a/.env.example +++ b/.env.example @@ -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="" \ No newline at end of file