50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"PayfastSettings": {
|
|
"CheckoutUrl": "https://sandbox.payfast.co.za/eng/process",
|
|
"ValidHosts": [
|
|
"www.payfast.co.za",
|
|
"sandbox.payfast.co.za",
|
|
"ips.payfast.co.za",
|
|
"api.payfast.co.za",
|
|
"payment.payfast.io"
|
|
]
|
|
},
|
|
"LiteCharmsSettings": {
|
|
"Authority": "https://sts.security.khongisa.co.za",
|
|
"Audience": "midrandbooks-api"
|
|
},
|
|
"LiteCharmsClientSettings": {
|
|
"Authority": "https://sts.security.khongisa.co.za",
|
|
"GrantType": "client_credentials",
|
|
"Scope": "midrandbooks-api"
|
|
},
|
|
"HasherSettings": {
|
|
"MinHashLength": 11
|
|
},
|
|
"BookshopS3Settings": {
|
|
"ServiceUrl": "http://192.168.1.177:30900",
|
|
"Region": "garage",
|
|
"BucketName": "bookshop",
|
|
"CdnBaseUrl": "https://bookshop.cdn.khongisa.co.za"
|
|
},
|
|
"Email": {
|
|
"Credentials": {
|
|
"Username": "shop@litecharms.co.za"
|
|
},
|
|
"Port": 465,
|
|
"Host": "mail.litecharms.co.za",
|
|
"UseSsl": true
|
|
},
|
|
"Monitoring": {
|
|
"Address": "http://aspire-dashboard-service.aspire.svc.cluster.local:18889",
|
|
"ServiceName": "LiteCharms.LeadGenerator"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|