Skip to content

Commit daeb13e

Browse files
FrostyApeOneFrostyApeOne
authored andcommitted
Added MassTransit config
1 parent 3d41dab commit daeb13e

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

src/DfE.ExternalApplications.Web/appsettings.Production.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,16 @@
5050
"ApiEndpoint": "https://api.academies.education.gov.uk/v4/establishments?page=1&count=10&name={0}&urn={0}&ukprn={0}&matchAny=true&excludeClosed=true"
5151
}
5252
]
53+
},
54+
"MassTransit": {
55+
"Transport": "AzureServiceBus",
56+
"AppPrefix": "",
57+
"AzureServiceBus": {
58+
"ConnectionString": "",
59+
"AutoCreateEntities": false,
60+
"ConfigureEndpoints": false,
61+
"UseWebSockets": true,
62+
"InstanceIdentifier": "auto"
63+
}
5364
}
5465
}

src/DfE.ExternalApplications.Web/appsettings.Test.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,16 @@
3434
"ApiEndpoint": "https://api.test.academies.education.gov.uk/v4/establishments?page=1&count=10&name={0}&urn={0}&ukprn={0}&matchAny=true&excludeClosed=true"
3535
}
3636
]
37+
},
38+
"MassTransit": {
39+
"Transport": "AzureServiceBus",
40+
"AppPrefix": "",
41+
"AzureServiceBus": {
42+
"ConnectionString": "",
43+
"AutoCreateEntities": false,
44+
"ConfigureEndpoints": false,
45+
"UseWebSockets": true,
46+
"InstanceIdentifier": "auto"
47+
}
3748
}
3849
}

0 commit comments

Comments
 (0)