{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Host=localhost;Database=loopfit;Username=postgres;Password=postgres" }, "Jwt": { "Key": "LoopFitSuperSecretKeyThatIsAtLeast32CharactersLong!", "Issuer": "LoopFit", "Audience": "LoopFitApp", "ExpirationMinutes": 60 } }