-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
33 lines (33 loc) · 1.01 KB
/
appsettings.json
File metadata and controls
33 lines (33 loc) · 1.01 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
{
"SentimentModelPath": "TrainMl/sentimentModel.zip",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Vnpay": {
"TmnCode": "BVKD7H69",
"HashSecret": "FF2HI5VQCGPDE9CHSSH537KXNEZ71NV3",
"BaseUrl": "https://sandbox.vnpayment.vn/paymentv2/vpcpay.html",
"ReturnUrl": "https://nhom2webkhachsan.runasp.net/api/Vnpay/Callback"
},
"Jwt": {
"SecretKey": "your_super_secret_key_1234567890",
"Issuer": "your-issuer",
"Audience": "your-audience"
},
"Swagger": {
"Enable": true
},
"UseAuthentication": true,
"ConnectionStrings": {
"DefaultConnection": "Server=118.69.126.49;Database=data_QLKS_115_Nhom2;User Id=user_115_nhom2;Password=123456789;TrustServerCertificate=True;"
},
"CloudinarySettings": {
"CloudName": "dplymhdgi",
"ApiKey": "476929846242123",
"ApiSecret": "8oMP6HQ6PpA7UEJu0XDOGob5ppk"
},
"AllowedHosts": "*"
}