wwservice/wwsync/appsettings.json

26 lines
1.4 KiB
JSON

{
"AllowedHosts": "*",
"ConnectionStrings": { "mysql": "Server=192.168.11.35;User Id=root;Password=Sa123456.;Database=pcwework" },
"weworkapi": {
"URL_access_token": "https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid={0}&corpsecret={1}",
"URL_hhrightuser": "https://qyapi.weixin.qq.com/cgi-bin/msgaudit/get_permit_user_list?access_token=@access_token@",
"URL_extrightuser": "https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_follow_user_list?access_token=@access_token@",
"URL_extuserlist": "https://qyapi.weixin.qq.com/cgi-bin/externalcontact/list?access_token=@access_token@&userid={0}",
"URL_extuserinfo": "https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get?access_token=@access_token@&external_userid={0}",
"URL_userinfo": "https://qyapi.weixin.qq.com/cgi-bin/user/get?access_token=@access_token@&userid={0}",
"URL_dept": "https://qyapi.weixin.qq.com/cgi-bin/department/list?access_token=@access_token@",
"URL_remark": "https://qyapi.weixin.qq.com/cgi-bin/externalcontact/remark?access_token=@access_token@",
"URL_corptaglist": "https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_corp_tag_list?access_token=@access_token@"
},
"kafka": {
"kafka_server": "129.204.233.168:9092",
"wwtopic": "wework_notice",
"topicgroup": "pcwework"
},
"params": {
"binituser": "true",
"brefreshall": "false"
}
}