28 lines
698 B
JSON
28 lines
698 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": "wfnsoinfowin",
|
|
"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",
|
|
"http://messenger.api.khongisa.co.za",
|
|
"https://messenger.api.khongisa.co.za"
|
|
]
|
|
}
|
|
} |