Skip to content

Commit 21e61d2

Browse files
authored
Merge pull request #503 from medusajs/chore/env-doc-links-update
chore: update documentation links in .env.template
2 parents 86821fc + b9758d4 commit 21e61d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Your Medusa backend, should be updated to where you are hosting your server. Remember to update CORS settings for your server. See – https://docs.medusajs.com/usage/configurations#admin_cors-and-store_cors
1+
# Your Medusa backend, should be updated to where you are hosting your server. Remember to update CORS settings for your server. See – https://docs.medusajs.com/learn/configurations/medusa-config#httpstorecors
22
MEDUSA_BACKEND_URL=http://localhost:9000
33

4-
# Your publishable key that can be attached to sales channels. See - https://docs.medusajs.com/development/publishable-api-keys
4+
# Your publishable key that can be attached to sales channels. See - https://docs.medusajs.com/resources/storefront-development/publishable-api-keys
55
NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY=pk_test
66

77
# Your store URL, should be updated to where you are hosting your storefront.
@@ -10,7 +10,7 @@ NEXT_PUBLIC_BASE_URL=http://localhost:8000
1010
# Your preferred default region. When middleware cannot determine the user region from the "x-vercel-country" header, the default region will be used. ISO-2 lowercase format.
1111
NEXT_PUBLIC_DEFAULT_REGION=us
1212

13-
# Your Stripe public key. See – https://docs.medusajs.com/add-plugins/stripe
13+
# Your Stripe public key. See – https://docs.medusajs.com/resources/commerce-modules/payment/payment-provider/stripe
1414
NEXT_PUBLIC_STRIPE_KEY=
1515

1616
# Your Next.js revalidation secret. See – https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating#on-demand-revalidation

0 commit comments

Comments
 (0)