{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Debug", "Microsoft.EntityFrameworkCore": "Information" } }, "ConnectionStrings": { "DefaultConnection": "Server=localhost;Database=Printbase;Encrypt=false;Trusted_Connection=True;TrustServerCertificate=true;MultipleActiveResultSets=true;" }, "DatabaseOptions": { "ApplyMigrationsAtStartup": true } }