appsettings.json
1.13 KB
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=rm-bp19ohrgc6111ynzh1o.mysql.rds.aliyuncs.com;Port=3306;Database=ncc_wutong;Uid=netteam;Pwd=netteam;CharSet=utf8mb4;SslMode=None;AllowPublicKeyRetrieval=true;"
},
"__DouyinShops_Readme": "抖音店铺配置已迁移至 ERP「抖音店铺设置」(wt_dy_dpsz),启动时从 ERP 拉取。下面的 DouyinShops 仅作为 ERP 不可用时的兜底,生产环境可留空。",
"DouyinShops": [],
"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:2011",
"Username": "admin",
"Password": "123456",
"Secretkey": "26916bdf390242c9b0ac7ec1442a329e"
}
}