{ "Logging": { "LogLevel": { "Default": "Debug", "System": "Information", "Microsoft": "Information" } }, "Cors": { "FrontUrl": "http://localhost:4200" }, "JWT": { "Issuer": "NoIdea", "Passphrase": "the very long and strong passphrase to encrypt the token" }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Filename=./Data/JumpsDb.db;connection=shared" } }