sp-dev-fx-webparts/samples/react-kiota-custom-api-client/TeamifiedApi/appsettings.json

20 lines
430 B
JSON

{
//"AzureAd": {
// "Instance": "https://login.microsoftonline.com/",
// "ClientId": "",
// "TenantId": "",
// "ClientSecret": ""
//},
//"MicrosoftGraph": {
// "BaseUrl": "https://graph.microsoft.com/v1.0",
// "Scopes": "https://graph.microsoft.com/.default"
//},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}