33 lines
806 B
JSON
33 lines
806 B
JSON
{
|
|
"BookshopS3Settings": {
|
|
"ServiceUrl": "http://192.168.1.177:30900",
|
|
"Region": "garage",
|
|
"BucketName": "bookshop",
|
|
"CdnBaseUrl": "https://bookshop.cdn.khongisa.co.za"
|
|
},
|
|
"IdKongisa": {
|
|
"Authority": "https://id.khongisa.co.za/application/o/litecharms-shopadmin"
|
|
},
|
|
"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.ShopAdmin"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Error"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|