Files
pfm/PostFundManagement.Api/appsettings.json
T
2026-08-16 14:21:34 +02:00

14 lines
256 B
JSON

{
"MachineIdentity": {
"Authority": "https://sts.security.khongisa.co.za",
"Audience": "pfm-api-dev"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}