{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" }, "EventLog": { "LogLevel": { "Default": "Information", "Microsoft.Hosting.Lifetime": "Information" } } }, "AllowedHosts": "*", "ConnectionStrings": { "AquiferDatabase": "Server=localhost;UserId=root;Password=;Database=aquifer" } }