38 lines
921 B
JSON
38 lines
921 B
JSON
{
|
|
"LiteCharmsSettings": {
|
|
"Authority": "https://sts.security.khongisa.co.za",
|
|
"Audience": "midrandbooks-api"
|
|
},
|
|
"ValidPayfastHosts": [
|
|
"www.payfast.co.za",
|
|
"sandbox.payfast.co.za",
|
|
"w1w.payfast.co.za",
|
|
"w2w.payfast.co.za",
|
|
"ips.payfast.co.za",
|
|
"api.payfast.co.za",
|
|
"payment.payfast.io"
|
|
],
|
|
"HasherSettings": {
|
|
"MinHashLength": 11
|
|
},
|
|
"BookshopS3Settings": {
|
|
"ServiceUrl": "http://192.168.1.177:30900",
|
|
"Region": "garage",
|
|
"BucketName": "bookshop",
|
|
"CdnBaseUrl": "https://bookshop.cdn.khongisa.co.za"
|
|
},
|
|
"Monitoring": {
|
|
"ApiKey": "",
|
|
"Address": "http://aspire-dashboard-service.aspire.svc.cluster.local:18889",
|
|
"ServiceName": "MidrandBooks.DEV"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Error"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|