appsettings.json
1.45 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
40
41
42
43
44
45
46
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=rm-bp19ohrgc6111ynzh1o.mysql.rds.aliyuncs.com;Port=3306;Database=wutong_douyin;Uid=netteam;Pwd=netteam;CharSet=utf8mb4;SslMode=None;AllowPublicKeyRetrieval=true;"
},
"Douyin": {
"AppKey": "7463313337959335475",
"AppSecret": "648ddb67-b3ba-48a3-905c-ea761e69a87e",
"CallbackUrl": "http://localhost:5070/api/auth/callback",
"ApiBaseUrl": "https://openapi-fxg.jinritemai.com",
"ShopId": 37714425,
"SenderName": "PongGame",
"SenderPhone": "18014801756",
"SenderAddress": "浦洲路39号沿海创中心A区301室",
"SenderProvince": "江苏省",
"SenderCity": "南京市",
"SenderDistrict": "浦口区",
"SenderStreet": "沿江街道"
},
"Sf": {
"CustomerCode": "your_customer_code",
"CheckWord": "your_check_word",
"ApiBaseUrl": "https://sf-api.sf-express.com",
"MonthlyAccount": "your_monthly_account"
},
"Sender": {
"Name": "PongGame",
"Phone": "18014801756",
"Address": "浦洲路39号沿海创中心A301",
"Province": "江苏省",
"City": "南京市",
"District": "浦口区"
},
"ErpApi": {
"BaseUrl": "http://localhost:2015",
"Username": "admin",
"Password": "123456",
"Secretkey": "26916bdf390242c9b0ac7ec1442a329e"
}
}