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

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed May 17, 2024
1 parent 13c9296 commit d0a5e20
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,15 @@ You can choose your own preferred webserver like for example `nginx`, `serve` or

## Setting up the environment variables

The project requires a couple of environment variables to run, if you want to develop on this codebase.
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 where the api is located |
| 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) |
| VITE_APP_CODE_VERIFIER | Verifier code | |

If you want more information regarding the .env variables please refer to the
[Microsoft docs](https://learn.microsoft.com/en-us/entra/)
| Variable | Description |
|------------------------|-------------------------------------------------------------------------------------|
| VITE_API_HOST | Url where the api is located |
| 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) | |
| VITE_APP_CODE_VERIFIER | Verifier code |

## Maintaining the codebase
### Writing tests
Expand Down

0 comments on commit d0a5e20

Please sign in to comment.