Added api boostrap logic

This commit is contained in:
2026-08-20 17:45:27 +02:00
parent 8f7af90344
commit 77517579e3
6 changed files with 213 additions and 25 deletions
+12 -2
View File
@@ -1,5 +1,15 @@
{
"MachineIdentity": {
"GeneralS3Settings": {
"ServiceUrl": "http://192.168.1.177:30900",
"Region": "garage",
"BucketName": "pfm.general",
"CdnBaseUrl": "https://pfm.general.cdn.khongisa.co.za"
},
"Monitoring": {
"Address": "http://aspire-dashboard-service.aspire.svc.cluster.local:18889",
"ServiceName": "MidrandBooks.DEV"
},
"SecuritySettings": {
"Authority": "https://sts.security.khongisa.co.za",
"Audience": "pfm-api-dev"
},
@@ -10,4 +20,4 @@
}
},
"AllowedHosts": "*"
}
}