{ "UseInMemoryDatabase": false, // Application.IntegrationTests are not designed to work with InMemory database. "ConnectionStrings": { "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=CleanArchitectureTestDb;Trusted_Connection=True;MultipleActiveResultSets=true;" }, "IdentityServer": { "Clients": { "CleanArchitecture.WebUI": { "Profile": "IdentityServerSPA" } }, "Key": { "Type": "Development" } }, "Logging": { "LogLevel": { "Default": "Debug", "System": "Information", "Microsoft": "Information" } } }