5 changed files with 23 additions and 5 deletions
@ -1,5 +1,17 @@ |
|||
env: |
|||
- name: "App__SelfUrl" |
|||
value: "https://eshoponabp-public-webgateway" |
|||
- name: "Routes__DownstreamHostAndPorts__Host" |
|||
value: "https://localhost:44371,https://localhost:44372,https://eshoponabp-public-webgateway" |
|||
- name: "GlobalConfiguration__BaseUrl" |
|||
value: "https://eshoponabp-public-webgateway" |
|||
- name: "Routes__0__DownstreamScheme" |
|||
value: "http" |
|||
- name: "Routes__0__DownstreamHostAndPorts__0__Host" |
|||
value: "eshoponabp-identity" |
|||
- name: "Routes__0__DownstreamHostAndPorts__0__Port" |
|||
value: "80" |
|||
- name: "Routes__1__DownstreamScheme" |
|||
value: "http" |
|||
- name: "Routes__1__DownstreamHostAndPorts__0__Host" |
|||
value: "eshoponabp-administration" |
|||
- name: "Routes__1__DownstreamHostAndPorts__0__Port" |
|||
value: "80" |
|||
Loading…
Reference in new issue