commerce/.env.example
2023-08-07 15:35:45 +02:00

7 lines
253 B
Plaintext

TWITTER_CREATOR="@medusajs"
TWITTER_SITE="https://medusajs.com/"
SITE_NAME="Medusa Store"
NEXT_PUBLIC_MEDUSA_BACKEND_API="http://localhost:9000"
NEXT_PUBLIC_VERCEL_URL="http://localhost:3000"
MEDUSA_API_KEY=""
MEDUSA_REVALIDATION_SECRET="supersecret123"