Skip to content

Commit

Permalink
docs: improve doc related to env files (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Chau <dialexo@users.noreply.github.com>
  • Loading branch information
spaenleh and Alexandre Chau authored Mar 17, 2023
1 parent c67fdc6 commit 0e309d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

1. Run `yarn` to install the dependencies
2. Run the API at `localhost:3000`
3. Set the following environnement variables in `.env.local`
3. Set the following environnement variables in `.env.development`

```sh
VITE_PORT=3112
VITE_GRAASP_API_HOST=http://localhost:3000
VITE_GRAASP_AUTH_HOST=http://localhost:3001
VITE_GRAASP_BUILDER_HOST=http://localhost:3111
VITE_GRAASP_LIBRARY_HOST=http://localhost:3005
VITE_SENTRY_ENV=development
VITE_H5P_INTEGRATION_URL=
VITE_SHOW_NOTIFICATIONS=true
Expand Down

0 comments on commit 0e309d4

Please sign in to comment.