We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f32a6 commit 97bd3e8Copy full SHA for 97bd3e8
1 file changed
frontend/README.md
@@ -31,6 +31,7 @@ Assuming we will build a docker container - add to [frontend action](../.github/
31
32
| Environment Variable | Description | Default |
33
|----------------------------|----------------------------------------------------------|------------------------------------------------|
34
+| `CUPCAKE_BACKEND` | Backend base URL for the server-side proxy | `http://127.0.0.1:8080` (dev) / `https://cupcake-backend.java.no` (prod) |
35
| `CUPCAKE_FRONTEND` | Hostname the dev server allows (Vite `allowedHosts`) | `localhost` |
36
| `NUXT_PUBLIC_OIDC_AUTHORITY` | OIDC authority URL (e.g. Keycloak realm URL) | `https://auth.home.chrissearle.org/realms/HA12` |
37
| `NUXT_PUBLIC_OIDC_CLIENT_ID` | OIDC client ID | `cupcake-client` |
0 commit comments