Update 1-creating-your-medusa-server.md (#779)

This commit is contained in:
Sebastian Rindom
2021-11-11 21:31:41 +01:00
committed by GitHub
parent 7586618d44
commit 8ff4571665

View File

@@ -51,6 +51,8 @@ For customizations that are more particular to your project you can extend your
## Starting your Medusa server
> Note: For your server to run correctly you should configure your `COOKIE_SECRET` and `JWT_SECRET` environment variables by adding a `.env` file to the root of your Medusa project.
After your project has been set up with `medusa new`, you can run the following commands to start your server:
```shell