Files
midrandbooks/MidrandBookshop/appsettings.json
T
Khwezi Mngoma 0a3dd61ce0
continuous-integration/drone/pr Build is passing
Upgraded backend services
2026-05-30 00:31:54 +02:00

22 lines
539 B
JSON

{
"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": "*"
}