forked from Azure/Commercial-Marketplace-SaaS-Accelerator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
29 lines (28 loc) · 845 Bytes
/
appsettings.json
File metadata and controls
29 lines (28 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
// comment the sections - saasapiconfiguration and connection strings when deploying to azure
//"saasapiconfiguration": {
// "granttype": "client_credentials",
// "clientid": "",
// "clientsecret": "",
// "mtclientid": "",
// "tenantid": "",
// "resource": "20e940b3-4c77-4b0b-9a53-9e16a1b010a7",
// "fulfillmentapibaseurl": "https://marketplaceapi.microsoft.com/api",
// "signedoutredirecturi": "",
// "fulfillmentapiversion": "2018-08-31",
// "adauthenticationendpoint": "https://login.microsoftonline.com",
// "saasappurl": "",
// "environment": ""
//},
//"connectionstrings": {
// "defaultconnection": ""
//},
"AllowedHosts": "*"
}