dotnet-cakemail-sdk/CM.Tests/appsettings.example.json

15 lines
283 B
JSON

{
"TestRecipient": "",
"SenderId": "",
"Cakemail": {
"Authentication": {
"TokenEndpoint": "",
"Username": "",
"Password": "",
"Cache": {
"ExpirationOffset": 15,
"CacheKey": "CakemailJwtTokenManager.JwtTokenResult"
}
}
}
}