crm.core/test/Crm.Core.Test/appsettings.json

128 lines
3.5 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"crm_tg_dng8": "DATA SOURCE=192.168.11.41:1521/Orcl_TG;PERSIST SECURITY INFO=True;USER ID=UPDEV;PASSWORD=sa123456.",
"crm_d1_dnzz": "DATA SOURCE=192.168.11.82:1521/orcl;PERSIST SECURITY INFO=True;USER ID=UPDEV;PASSWORD=sa123456.",
"crm_d3_dnyy": "DATA SOURCE=192.168.11.41:1521/Orcl_CrmFB;PERSIST SECURITY INFO=True;USER ID=UPDEV;PASSWORD=sa123456."
},
"Redis": {
"HostName": "192.168.11.81",
"Port": "6379",
"Password": "Abc@123456",
"Defaultdatabase": "0"
},
"WeworkConfig": {
"WhiteList": [
{
"UserId": "221017-141809-43",
"CorpId": "wwd4cd11d60db47118"
},
{
"UserId": "221017-141316-73",
"CorpId": "wwd4cd11d60db47118"
},
{
"UserId": "221017-142226-84",
"CorpId": "wwd4cd11d60db47118"
}
]
},
"Consumers": [
{
"Host": "192.168.11.100:9092",
"GroupId": "crm18",
"Topic": "dws-order-user_protection"
},
{
"Host": "192.168.11.101:9092",
"GroupId": "crm18",
"Topic": "dws-order-user_protection"
},
{
"Host": "192.168.11.104:9092",
"GroupId": "crm18",
"Topic": "dws-order-user_protection"
}
],
"SystemConfig": {
"Apps": [
{
"Deptids": [ 27 ],
"AppName": "投顾坐席",
"Appid": "crm_tg_dng8",
"AppSecret": "kBCjri03z27aOU8a0TQX2CJ6Ox7UZ4SZU/jbTjbObcM="
},
{
"Deptids": [ 16 ],
"AppName": "东一坐席",
"Appid": "crm_d1_dnzz",
"AppSecret": "QmsBFl/UyQcgdmwvEn0BZ3HunvKeNacfWQdzRDhyBYM="
},
{
"Deptids": [ 23 ],
"AppName": "东三坐席",
"Appid": "crm_d3_dnyy",
"AppSecret": "Qtn9PDagR7+5Kp+Ma6yGno5rljM6MqSImwFsT9tod3k="
}
],
"SalesLeadUrl": "http://sc.soft.dn8188.com/dev.html",
"CRMClientKey": "TDORDERSITE",
"SsoUrl": "http://192.168.11.141:24434",
"ZxdUrl": "http://192.168.11.81:8087",
"ZxdCrmUrl": "http://192.168.11.81:8090",
"LiveUrl": "http://192.168.11.134:20766",
"WeworkSendUrl": "http://post.hc.dn8188.com/Wework/sendmsg.html",
"CmsUrl": "http://192.168.11.134:21594",
"CmsInternetUrl": "http://idss.soft.dn8188.com",
"SsoOrganizationUrl": "/v1/api/open/data/sync/organization",
"SsoTokenUrl": "/v1/api/open/sso/token",
"LiveRealtimeUrl": "/live/user/realtime",
"LiveSummaryUrl": "/live/user/summary",
"LiveWeworkUsersUrl": "/live/wework/users",
"LiveUserStatUrl": "/live/user/stat",
"LiveWeworkStatUrl": "/live/wework/stat",
"LiveCourseSummaryUrl": "/live/course/summary",
"CourseUrl": "/deptment/getCourse",
"DeptMentUrl": "/deptment/getDeptMent",
"BusinessLineUrl": "/deptment/getBusinessLine",
"ClientKey": [
{
"Id": "UPWEBSITE",
"Name": "UP网站",
"AccessKey": "1622a92d"
},
{
"Id": "TDORDERSITE",
"Name": "订单接口",
"AccessKey": "622a92d1"
},
{
"Id": "UPPRODUCT",
"Name": "UP产品端",
"AccessKey": "c268a2cd"
},
{
"Id": "gd_crm",
"Name": "UPCRM",
"AccessKey": "upchina."
},
{
"Id": "nj_crm",
"Name": "UPCRM",
"AccessKey": "pchina.1"
},
{
"Id": "AYCRM2_CTI",
"Name": "CTI",
"AccessKey": "ac910f51"
}
]
}
}