-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathappsettings.json
More file actions
39 lines (39 loc) · 1.31 KB
/
appsettings.json
File metadata and controls
39 lines (39 loc) · 1.31 KB
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
39
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ApplicationDbContextConnection": "Server=localhost;Database=DaisyStudy;User Id=sa;password=Phuduc@30072001;Trusted_Connection=False;MultipleActiveResultSets=true;Encrypt=False"
},
"Authentication": {
"Google": {
"ClientId": "40039692816-13gel9ir4a8j322abff8nrr52pq0ud41.apps.googleusercontent.com",
"ClientSecret": "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"
},
"Facebook": {
"AppId": "690466465693943",
"AppSecret": "9fd1b6f6d341ee12422bdf920f8dfcba"
},
"Microsoft": {
"ClientId": "d9d68ea2-3f21-42d1-ad89-2a58d080c218",
"ClientSecret": "V8g8Q~0UVCQHJfOfnPANRhZYJNPT~1yFvXqgScON"
},
"VNPayConfig": {
"User": "nguyenphuduc62001@icloud.com",
"Pas": "Phuduc@30072001",
"vnp_Url": "https://sandbox.vnpayment.vn/paymentv2/vpcpay.html",
"vnp_Returnurl": "https://localhost:5000/nap-tien-thanh-cong",
"vnp_TmnCode": "P9F1SJUO",
"vnp_HashSecret": "VXDLDQLSHVZUOWDRIDJMQCIWFMQECQUK",
"querydr": "http://sandbox.vnpayment.vn/merchant_webapi/merchant.html"
},
"FileUpload": {
"FileSizeLimitInBytes": 1048576,
"AllowedExtensions": ".jpg,.jpeg,.png"
}
}
}