feature: FHIR R4 Inbound Facade
This commit is contained in:
@@ -24,6 +24,7 @@ public class ApiFixture : WebApplicationFactory<Program>, IAsyncLifetime
|
||||
["RabbitMq:Username"] = "guest",
|
||||
["RabbitMq:Password"] = "guest",
|
||||
["RabbitMq:PagingAckTimeoutMs"] = "5000",
|
||||
["Fhir:ApiKey"] = "dev-integration-key-change-in-production",
|
||||
});
|
||||
|
||||
config.AddJsonFile("appsettings.Testing.json", optional: true, reloadOnChange: false);
|
||||
|
||||
Reference in New Issue
Block a user