Quanxue.Zhanghao.Daochu/LearningOfficer.OA.Mobile.Api/appsettings.Development.json

56 lines
2.0 KiB
JSON

{
"GrafanaLoki": {
"LokiUri": "https://loki.23544.com",
"TenantId": "yWgrM7mi"
},
"ConnectionStrings": {
"Redis": "192.168.2.7:6379,password=qwe123!@#,defaultDatabase=14,name=oa,prefix=oa:",
"Db": "Database=learningofficer.oa;Server=58.17.132.2;Port=43306;Uid=marking;Pwd=qwe123!@#;AllowZeroDateTime=True;ConvertZeroDateTime=True;AllowLoadLocalInfile=true;",
"UserCenterDb": "Database=usercenter_v1;Server=58.17.132.2;Port=43306;Uid=marking;Pwd=qwe123!@#;AllowZeroDateTime=True;ConvertZeroDateTime=True;"
},
"Jwt": {
"AccessSecret": "41fudunuhrq9uo90t9thw2x4nl35si58hna7yls18qqlkj8dc4",
"RefreshSecret": "n50b8f052kbd12n4vv9fwpfplktwnv9365xj2rfm642ez8xcrq",
"Issuer": "LearningOfficerOAMobileApi",
"Audience": "LearningOfficerOAMobileClient",
// 过期 秒
"AccessExpiration": 600000,
"RefreshExpiration": 600000,
// 过期时间容错值,解决服务器端时间不同步问题
"ClockSkew": 60
},
"OSSConfig": {
"AccessKeyId": "LTAI5tCVv48c3cjn8W2gvcU5",
"AccessKeySecret": "rhncY4rD1KVuplzJTXiaXoIE961Q02",
"Endpoint": "oss-cn-chengdu.aliyuncs.com",
"BucketName": "quanxue-oa",
"Size": 102400 //kb
},
"testAccount": {
"isOpenTest": true,
"username": "mcy",
"Pwd": "E10ADC3949BA59ABBE56E057F20F883E"
},
"ClassCourseTable": {
"UrlHead": "https://yxjx-admin.23544.com/"
},
"ImConfig": {
"SDKAppID": "1600104071",
"key": "3acab7e7875cd203ecd2a949a6dccda323a0a0432ef8ce8bee04fdc23d48eef2",
"DefaultAvater": "https://quanxue-oa.oss-cn-chengdu.aliyuncs.com/avatar.png",
"expiredTime": 86400, //默认一天,
"AdminUserId": "yxadmin001",
"ApiHeadUrl": "https://console.tim.qq.com/",
"VideoCall": false,
"VoiceCall": false
},
"UpAppVersion": {
"IOSUrl": "https://apps.apple.com/app/id6747421483"
},
"DataCollectionConfig": {
"ModelUpFileUrl": "https://xxxxx.xxxx.xxx", //不带问号
"UpDataFileUrl": "https://xxxxx.xxxx.xxx" //不带问号
}
}