Skip to content

Commit

Permalink
chore: update default icmBaseUrl in doc files (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber authored Apr 12, 2024
1 parent 553e05a commit ec03d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guides/customizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ CREATE src/app/shared/components/basket/custom-basket-display/custom-basket-disp
> The Intershop PWA project is configured to work against a publicly available Intershop Commerce Management server by default (see `environment.model.ts`).
>
> ```
> icmBaseURL: 'https://pwa-ish-demo.test.intershop.com',
> icmBaseURL: 'https://develop.icm.intershop.de',
> ```
>
> To configure your PWA project to use an own default ICM server, set the `icmBaseURL` in your projects `environment.model.ts` accordingly.
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ng serve --open
> By default, the project is configured to work against a publicly available Intershop Commerce Management server (see `environment.model.ts`).
>
> ```
> icmBaseURL: 'https://pwa-ish-demo.test.intershop.com',
> icmBaseURL: 'https://develop.icm.intershop.de',
> ```
>
> To run your PWA against an own ICM server, configure the `icmBaseURL` in your local `environment.development.ts` or set the `icmBaseURL` in your projects `environment.model.ts` to your own ICM default server.
Expand All @@ -65,7 +65,7 @@ For production and production-like deployments we provide an [Intershop PWA Helm
>
> ```yaml
> upstream:
> icmBaseURL: https://pwa-ish-demo.test.intershop.com
> icmBaseURL: https://develop.icm.intershop.de
> ```
For a simple production-like development or testing deployment of the current project state, the project includes a `docker-compose.yml` that can be deployed with `docker compose up --build` in the project root.
Expand All @@ -78,7 +78,7 @@ This will deploy both containers of the Intershop PWA - the pwa (SSR) container
> services:
> pwa:
> environment:
> ICM_BASE_URL: 'https://pwa-ish-demo.test.intershop.com'
> ICM_BASE_URL: 'https://develop.icm.intershop.de'
> ```
You can also manually build the docker image supplied with the `Dockerfile` in the root folder of the project.
Expand Down

0 comments on commit ec03d56

Please sign in to comment.