-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
38 lines (38 loc) · 994 Bytes
/
appsettings.json
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
30
31
32
33
34
35
36
37
38
{
"Logging": {
"LogLevel": {
"Default": "Information",
"System": "Information",
"Microsoft": "Information"
}
},
"ByPassShoppingCartApi": false,
"AllowedHosts": "*",
"ApplicationInsights": {
"InstrumentationKey": ""
},
"B2CAuth": {
"ClientId": "",
"Authority": "",
"Scopes": ""
},
"Personalizer": {
"ApiKey": "",
"Endpoint": ""
},
"ApiUrl": "http://localhost:5200/v1",
"ApiUrlShoppingCart": "http://localhost:3001",
"UseB2C": false,
"DebugInformation": {
"ShowDebug": false,
"CustomText": ""
},
"SqlConnectionString": "",
"MongoConnectionString": "mongodb://myservername:SKiEI5tRk55K4r4dwUCF5viVEWZmJsSJ9lUVHUM1xgVRuoGQqilhCTqquOPSPyaw7x7DUAen5f4eACDbs9d9Vg==@myservernamehere.mongo.cosmos.azure.com:10255/?ssl=true&retrywrites=false&replicaSet=globaldb&maxIdleTimeMS=120000&appName=@myservernamehere@",
"Acs": {
"ConnectionString": "",
"Resource": ""
},
"Email": "",
"LogicAppUrl": ""
}