Files
midrandbooks-api/MidrandBooksApi/appsettings.json
T
Khwezi Mngoma e29c1ef6fc
continuous-integration/drone/pr Build is passing
Updated introspection configuration
2026-06-05 06:02:58 +02:00

41 lines
1.1 KiB
JSON

{
"AuthentikSettings": {
"Authority": "https://id.khongisa.co.za/application/o/midrand-books-api-uat/",
"IntrospectionEndpoint": "https://id.khongisa.co.za/application/o/introspect/",
"RequiredClaimName": "scope",
"RequiredClaimNameValue": "openid",
"RequireHttpsMetadata": true
},
"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": "*"
}