{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore.Database.Command": "Information" } }, "AllowedHosts": "*", "ConnectionStrings": { "postgresdb": "Server=(localdb)\\postgres;Database=postgresdb" }, "Jwt": { "Key": "YourSuperSecretKeyThatIsAtLeast32CharactersLong!", "Issuer": "SlipItInServer", "Audience": "SlipItInClient", "ExpirationMinutes": 1440 } }