Add project files.

This commit is contained in:
2026-07-14 09:25:59 +02:00
parent c8dcbf42d4
commit 8c64e0447f
8 changed files with 163 additions and 0 deletions
+26
View File
@@ -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"
]
}
}