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

Commit

Permalink
removed code verfier
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed May 20, 2024
1 parent 119240a commit 406f3e9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ You can choose your own preferred webserver like for example `nginx`, `serve` or
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) | |
| VITE_APP_CODE_VERIFIER | Verifier code |
| 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
Expand Down

0 comments on commit 406f3e9

Please sign in to comment.