Skip to content

Commit

Permalink
temp: set the icmBaseURL to use the ICM with the CMS Management REST API
Browse files Browse the repository at this point in the history
  • Loading branch information
shauke committed Oct 13, 2023
1 parent 8679454 commit 2681fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo-server-up.yml
Expand Up @@ -11,7 +11,7 @@ on:
#
# 2. Change these variables for your configuration:
env:
ICM_BASE_URL: http://pwa-review.northeurope.cloudapp.azure.com:8081
ICM_BASE_URL: https://icm-design-view.test.intershop.com

jobs:
CancelPrevious:
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.model.ts
Expand Up @@ -143,7 +143,7 @@ export interface Environment {

export const ENVIRONMENT_DEFAULTS: Omit<Environment, 'icmChannel'> = {
/* INTERSHOP COMMERCE MANAGEMENT REST API CONFIGURATION */
icmBaseURL: 'https://pwa-ish-demo.test.intershop.com',
icmBaseURL: 'https://icm-design-view.test.intershop.com',
icmServer: 'INTERSHOP/rest/WFS',
icmServerStatic: 'INTERSHOP/static/WFS',
icmApplication: 'rest',
Expand Down

0 comments on commit 2681fc5

Please sign in to comment.