File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,11 @@ Nuxt application using pnpm
2323 pnpm build
2424 pnpm preview
2525
26- ## Deploy
27-
28- Assuming we will build a docker container - add to [ frontend action] ( ../.github/workflows/frontend.yaml ) when decided.
29-
3026### Configuration
3127
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 ` |
28+ | Environment Variable | Description | Default |
29+ | ------------------------------ | ------------------------------------------------------| -------------------------- ------------------------------------------------|
30+ | ` CUPCAKE_BACKEND ` | Backend base URL for the server-side proxy | ` http://127.0.0.1:8080 ` (dev) / ` https://cupcake-backend.java.no ` (prod) |
31+ | ` CUPCAKE_FRONTEND ` | Hostname the dev server allows (Vite ` allowedHosts ` ) | ` localhost ` |
32+ | ` NUXT_PUBLIC_OIDC_AUTHORITY ` | OIDC authority URL (e.g. Keycloak realm URL) | ` https://auth.home.chrissearle.org/realms/HA12 ` |
33+ | ` NUXT_PUBLIC_OIDC_CLIENT_ID ` | OIDC client ID | ` cupcake-client ` |
You can’t perform that action at this time.
0 commit comments