{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Server=SERVER-HOST;Database=DB-NAME;Username=DATABASE-USER;Password=USER-SECRET" } }