Add project files.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user