67 lines
2.5 KiB
JSON
67 lines
2.5 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"VirtualPath": {
|
|
"StaticFile": "E:\\Web\\Static", //配置的虚拟目录文件所在路径
|
|
"FolderName": "/Static" //访问时此路径时的别名
|
|
},
|
|
|
|
"Secret": { //秘钥配置
|
|
"JWT": "BB3647441FFA4B5DB4E64A29B53CE525", //JWT
|
|
"Audience": "YD_WeChatApplet",
|
|
"Issuer": "YD_WeChatApplet.Api",
|
|
"User": "C5ABA9E202D94C43A3CA66002BF77FAF", //
|
|
"DB": "3F8B7B38AD3D484A89ACA513CBD79F36",
|
|
"Redis": "E6D90DDBC70C4F4EA3C312B6FCB473C8"
|
|
},
|
|
|
|
"ExpMinutes": "43800", //JWT有效期(分钟=默认120),
|
|
|
|
"AppUrls": {
|
|
},
|
|
|
|
"RedisConnectionString": "101.132.164.149,Password=CTZhfum8kwF04hQk,SyncTimeout=15000,defaultDatabase=4",
|
|
|
|
//"DbConnectionString": " Data Source=rm-uf64b8oxdt19pfyxfao.sqlserver.rds.aliyuncs.com;Database=YD_WeChatAppletDB_QA;User ID=qa;Password=Admin@123;Connect Timeout=500;",
|
|
//"SmartSportsString": " Data Source=rm-uf64b8oxdt19pfyxfao.sqlserver.rds.aliyuncs.com;Database=SmartSportsServerDB_QA;User ID=qa;Password=Admin@123;Connect Timeout=500;",
|
|
|
|
"DbConnectionString": " Data Source=rm-uf64b8oxdt19pfyxfao.sqlserver.rds.aliyuncs.com;Database=YD_WeChatAppletDB;User ID=yd;Password=Admin@123456;Connect Timeout=500;",
|
|
"SmartSportsString": " Data Source=rm-uf64b8oxdt19pfyxfao.sqlserver.rds.aliyuncs.com;Database=SmartSportsServerDB;User ID=yd;Password=Admin@123456;Connect Timeout=500;",
|
|
"CorsUrls": "http://localhost:8081,http://localhost:8080,http://localhost:7080,http://localhost:9980,http://127.0.0.1:9993,http://localhost:9993",
|
|
|
|
"WeChat": {
|
|
"Appid": "wx9d179138d229d06b",
|
|
"Secret": "184e88291d4df383f3041d7160884f5f"
|
|
},
|
|
//"WeChatQA": {
|
|
// "Appid": "wx35d6f91e583dff91",
|
|
// "Secret": "dfd1128336e8135e86913456dd36dc89"
|
|
//},
|
|
"WeChatQA": {
|
|
"Appid": "wxb15c952e563a9517",
|
|
"Secret": "4e1613de264e668e6474365c93c58787"
|
|
},
|
|
"ALiYunOSS": {
|
|
"AccessKeyId": "LTAI5tDQAYU8PbXN7tcxW6Qw",
|
|
"SecretAccessKey": "oVpeH1PpDUnWTcBrUSSYkQNS4Fex8Y",
|
|
"Endpoint": "oss-cn-shanghai.aliyuncs.com",
|
|
"CategoryImgUrl": "https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/report-icon/"
|
|
},
|
|
"ALiYunSMS": {
|
|
"Endpoint": "dysmsapi.aliyuncs.com",
|
|
"Sign": "oVpeH1PpDUnWTcBrUSSYkQNS4Fex8Y",
|
|
"Template": "SMS_147140268"
|
|
},
|
|
|
|
"YDWeChatAppletOSS": {
|
|
"BucketName": "yuedong-wechatapplet",
|
|
"Prefix": "Upload"
|
|
}
|
|
}
|