-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappsettings.json
More file actions
23 lines (18 loc) · 811 Bytes
/
Copy pathappsettings.json
File metadata and controls
23 lines (18 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=FurnitureStoreDB;Integrated Security=True;Connect Timeout=30;Encrypt=True;Trust Server Certificate=True;MultipleActiveResultSets=True;"
//"con2": "Server = .; Database = FurnitureStore3 ; Integrated Security = True ; Trust Server Certificate = True;MultipleActiveResultSets=True; "
},
"AllowedHosts": "*",
"PayPal": {
"ClientId": "AQ5ROR2eFPq0ml8fuc0oFJs9a5bN_5uZOY7lSRjvMnM9L5ibUFJUx1Vsmj2cjukWxHyYTCZlGjPt5GFn",
"ClientSecret": "EEcHmRBw1zxgVk7uZ6fM_7ttz6J10RvtGUC5LuBLXX-a8g2KNIQYJwHb_m7FG5izv5zf57j7XfqpvooM",
"Url": "https://api-m.sandbox.paypal.com"
}
}