namespace skydiveLogs_api.Settings { public class JwtSettings { public string Issuer { get; set; } public string Passphrase { get; set; } } }