appsettings.Development.json 271 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 { "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "ConnectionStrings": { "DefaultConnection": "Host=localhost;Port=55432;Database=robot_production_system;Username=robot;Password=robot" } }