Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
update frontend readme variables (#356)
Browse files Browse the repository at this point in the history
* added table to frontend readme

* added .env vars to the README

* updated readme

* changed URL of api part

* removed code verfier
  • Loading branch information
Gerwoud authored May 20, 2024
1 parent dfc4910 commit f366e51
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ You can choose your own preferred webserver like for example `nginx`, `serve` or
npm run dev
```

## Setting up the environment variables

This application requires a couple of environment variables to run.
Setting values for these variables can be done with a method to your own liking.

| Variable | Description |
|------------------------|------------------------------------------------------------------------------------|
| VITE_API_HOST | URL of the API |
| VITE_APP_TENANT_ID | [Tenant id](https://learn.microsoft.com/nl-nl/entra/fundamentals/whatis) |
| VITE_APP_CLIENT_ID | [Client id](https://learn.microsoft.com/nl-nl/entra/identity-platform/v2-protocols) |

## Maintaining the codebase
### Writing tests
When writing new code it is important to maintain the right functionality so
Expand Down

0 comments on commit f366e51

Please sign in to comment.