Skip to content

Commit 9f761bc

Browse files
committed
Remove old line in README
1 parent 3ac5615 commit 9f761bc

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff 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` |

0 commit comments

Comments
 (0)