-
-
Notifications
You must be signed in to change notification settings - Fork 822
Fixed broken links in .env.template #444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Medusa has recently introduced a v2 documentation, meaning that current links to Medusa Docs in .env.local are now broken. The links on this PR point out to the correct resources to help users set up their environment variables.
@fhswno is attempting to deploy a commit to the medusajs Team on Vercel. A member of the Team first needs to authorize it. |
Can you help me take a look at this one @shahednasser plz? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
MEDUSA_BACKEND_URL=http://localhost:9000 | ||
|
||
# Your publishable key that can be attached to sales channels. See - https://docs.medusajs.com/development/publishable-api-keys | ||
# Your publishable key that can be attached to sales channels. See - https://docs.medusajs.com/v1/development/publishable-api-keys |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Your publishable key that can be attached to sales channels. See - https://docs.medusajs.com/v1/development/publishable-api-keys | |
# Your publishable key that can be attached to sales channels. See - https://docs.medusajs.com/resources/commerce-modules/sales-channel/publishable-api-keys |
@@ -10,7 +10,7 @@ NEXT_PUBLIC_BASE_URL=http://localhost:8000 | |||
# 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. | |||
NEXT_PUBLIC_DEFAULT_REGION=us | |||
|
|||
# Your Stripe public key. See – https://docs.medusajs.com/add-plugins/stripe | |||
# Your Stripe public key. See – https://docs.medusajs.com/v1/plugins/payment/stripe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Your Stripe public key. See – https://docs.medusajs.com/v1/plugins/payment/stripe | |
# Your Stripe public key. See – https://docs.medusajs.com/resources/commerce-modules/payment/payment-provider/stripe |
Medusa has recently introduced a v2 documentation, meaning that current links to Medusa Docs in .env.local are now broken.
The links on this PR point out to the correct resources to help users set up their environment variables.