Skip to content

Commit 45ced64

Browse files
authored
Removed unused appsettings entries, which now causes the health checks to fail (#253)
1 parent 32efd54 commit 45ced64

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

BtmsGateway/appsettings.Development.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
"Routing": {
3535
"AutomatedHealthCheckDisabled": false,
3636
"NamedLinks": {
37-
"Stub": {
38-
"Link": "http://localhost:9090/stub/"
39-
},
4037
"InboundCustomsDeclarationReceivedTopic": {
4138
"Link": "arn:aws:sns:eu-west-2:000000000000:trade_imports_inbound_customs_declarations.fifo"
4239
}

BtmsGateway/appsettings.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,12 @@
6060
}
6161
},
6262
"NamedLinks": {
63-
"None": {
64-
"LinkType": "None",
65-
"Link": ""
66-
},
67-
"Stub": {
68-
"LinkType": "Url",
69-
"Link": "http://btms-gateway-stub.localtest.me:3092/"
70-
},
7163
"InboundCustomsDeclarationReceivedTopic": {
72-
"LinkType": "Queue",
7364
"Link": "arn:aws:sns:eu-west-2:000000000000:trade_imports_inbound_customs_declarations.fifo"
7465
}
7566
},
7667
"Destinations": {
7768
"BtmsCds": {
78-
"LinkType": "Url",
7969
"Link": "http://btms-gateway-stub.localtest.me:3092",
8070
"RoutePath": "/ws/CDS/defra/alvsclearanceinbound/v1",
8171
"ContentType": "application/soap+xml",

0 commit comments

Comments
 (0)