Skip to content

Commit 36d916a

Browse files
committed
2 parents 31669d5 + 4eb73f8 commit 36d916a

4 files changed

Lines changed: 0 additions & 68 deletions

File tree

docker-compose.ci.build.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

docker-compose.dcproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<None Include=".dockerignore" />
14-
<None Include="docker-compose.ci.build.yml" />
1514
<None Include="docker-compose.override.yml">
1615
<DependentUpon>docker-compose.yml</DependentUpon>
1716
</None>

src/ApiGateways/Mobile.Bff.Shopping/apigw/configuration.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,6 @@
9696
"UpstreamPathTemplate": "/catalog-api/{everything}",
9797
"UpstreamHttpMethod": []
9898
},
99-
{
100-
"DownstreamPathTemplate": "/{everything}",
101-
"DownstreamScheme": "http",
102-
"DownstreamHostAndPorts": [
103-
{
104-
"Host": "marketing.api",
105-
"Port": 80
106-
}
107-
],
108-
"UpstreamPathTemplate": "/marketing-api/{everything}",
109-
"UpstreamHttpMethod": []
110-
},
11199
{
112100
"DownstreamPathTemplate": "/{everything}",
113101
"DownstreamScheme": "http",
@@ -119,18 +107,6 @@
119107
],
120108
"UpstreamPathTemplate": "/payment-api/{everything}",
121109
"UpstreamHttpMethod": []
122-
},
123-
{
124-
"DownstreamPathTemplate": "/{everything}",
125-
"DownstreamScheme": "http",
126-
"DownstreamHostAndPorts": [
127-
{
128-
"Host": "locations.api",
129-
"Port": 80
130-
}
131-
],
132-
"UpstreamPathTemplate": "/location-api/{everything}",
133-
"UpstreamHttpMethod": []
134110
}
135111

136112
],

src/ApiGateways/Web.Bff.Shopping/apigw/configuration.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,6 @@
108108
"UpstreamPathTemplate": "/catalog-api/{everything}",
109109
"UpstreamHttpMethod": []
110110
},
111-
{
112-
"DownstreamPathTemplate": "/{everything}",
113-
"DownstreamScheme": "http",
114-
"DownstreamHostAndPorts": [
115-
{
116-
"Host": "marketing.api",
117-
"Port": 80
118-
}
119-
],
120-
"UpstreamPathTemplate": "/marketing-api/{everything}",
121-
"UpstreamHttpMethod": []
122-
},
123111
{
124112
"DownstreamPathTemplate": "/{everything}",
125113
"DownstreamScheme": "http",
@@ -131,18 +119,6 @@
131119
],
132120
"UpstreamPathTemplate": "/payment-api/{everything}",
133121
"UpstreamHttpMethod": []
134-
},
135-
{
136-
"DownstreamPathTemplate": "/{everything}",
137-
"DownstreamScheme": "http",
138-
"DownstreamHostAndPorts": [
139-
{
140-
"Host": "locations.api",
141-
"Port": 80
142-
}
143-
],
144-
"UpstreamPathTemplate": "/location-api/{everything}",
145-
"UpstreamHttpMethod": []
146122
}
147123

148124
],

0 commit comments

Comments
 (0)