Basic project setup
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-05-23 10:55:03 +02:00
parent 20bb22911f
commit 4747b27f83
17 changed files with 690 additions and 234 deletions
+15 -1
View File
@@ -1,8 +1,22 @@
{
"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.Shop"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Error"
}
},
"AllowedHosts": "*"