Files
scheduler/LiteCharmsScheduler/appsettings.json
T
Khwezi Mngoma 53b422433c
continuous-integration/drone/pr Build is passing
Fixed email sending logic
2026-05-16 00:32:22 +02:00

24 lines
521 B
JSON

{
"Email": {
"Credentials": {
"Username": "shop@litecharms.co.za"
},
"Port": 465,
"Host": "mail.litecharms.co.za",
"UseSsl": true
},
"Monitoring": {
"ApiKey": "",
"Address": "http://aspire-dashboard-service.aspire.svc.cluster.local:18889",
"ServiceName": "LiteCharms.LeadGenerator"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"AllowedHosts": "*"
}