{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Jwt": { "Key": "YOUR_KEY", "Issuer": "YOUR_ISSUER", "Audience": "YOUR_AUDIENCE" }, "ConnectionStrings": { "DATABASE": "YOUR_CONNECTION_STRING" } }