app-innovation-workshop/Backend/Monolithic/appsettings.json

36 строки
688 B
JSON

{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
},
"ApplicationInsights": {
"InstrumentationKey": ""
},
"AzureStorage": {
"StorageAccountName": "",
"Key": ""
},
"AzureCosmosDb": {
"Endpoint": "",
"Key": ""
},
"AzureSearch": {
"ServiceName": "",
"ApiKey": ""
},
"ActiveDirectory": {
"Tenant": "",
"ApplicationId": "",
"SignUpSignInPolicy": ""
}
}