26 lines
612 B
JSON
26 lines
612 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"SmtpSettings": {
|
|
"Host": "mail.litecharms.co.za",
|
|
"Port": 465,
|
|
"UseSsl": true,
|
|
"Username": "contact@litecharms.co.za",
|
|
"Password": "YPPUzCl%TL$GD*x7f",
|
|
"DefaultFrom": "LiteCharms <contact@khongisa.co.za>",
|
|
"DefaultTo": "contact@litecharms.co.za"
|
|
},
|
|
"CorsSettings": {
|
|
"AllowedOrigins": [
|
|
"https://litecharms.co.za",
|
|
"https://www.litecharms.co.za",
|
|
"https://localhost:7212",
|
|
"http://localhost:5295"
|
|
]
|
|
}
|
|
} |