Browse Source

Updated Web MVC URL

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
c95766da54
2 changed files with 5 additions and 1 deletions
  1. +1
    -1
      deploy/aro/identity-api/identityapi-deploy-template.yml
  2. +4
    -0
      deploy/aro/web-mvc/webmvc-deploy-template.yml

+ 1
- 1
deploy/aro/identity-api/identityapi-deploy-template.yml View File

@ -123,7 +123,7 @@ parameters:
displayName: Web SPA URL
name: WEB_SPA_URL
required: true
- description: The cluster internal URL of the Web MVC endpoint
- description: The public URL of the Web MVC endpoint
displayName: Web MVC URL
name: WEB_MVC_URL
required: true


+ 4
- 0
deploy/aro/web-mvc/webmvc-deploy-template.yml View File

@ -102,6 +102,10 @@ parameters:
displayName: Identity URL External
name: IDENTITY_URL_EXTERNAL
required: true
- description: The public URL of the Web MVC endpoint
displayName: Web MVC URL
name: WEB_MVC_URL
required: true
- description: The URL of the Web Shopping API Gateway endpoint
displayName: Web Shopping API Gateway URL
name: WEB_SHOPPING_API_GATEWAY_URL


Loading…
Cancel
Save