Commit 8975b8a7 by caosy

remove the proxyandport

parent 7b51258b
......@@ -17,8 +17,8 @@ import com.ctrip.fun.common.vo.rongyun.response.RongYunTokenResponse;
public class RongYunService {
private String rongyunAppKey = "tdrvipksrrcm5";
private String rongyunAppSecret = "x4368Fr6lZw";
private String proxyHostname = "10.8.16.106";
private int proxyPort = 8080;
private String proxyHostname;// = "10.8.16.106";
private int proxyPort;// = 8080;
/**
* 用uid换取融云tokenApi
......
......@@ -44,8 +44,10 @@ PINGAN_TRUSTSTOREPASSWORD=paic1234
PINGAN_ELECTRONIC_URL=http://epcis-ptp-dmzstg1.pingan.com.cn:9080/epcis.ptp.partner.getAhsEPolicyPDFWithCert.do
#connect
proxyHost=10.8.16.106
proxyPort=8080
#proxyHost=10.8.16.106
#proxyPort=8080
proxyHost=
proxyPort=
#umeng
umeng_api_key=57e8b616e0f55afc8e0028e8
......
......@@ -45,8 +45,11 @@ PINGAN_TRUSTSTOREPASSWORD=paic1234
PINGAN_ELECTRONIC_URL=http://epcis-ptp-dmzstg1.pingan.com.cn:9080/epcis.ptp.partner.getAhsEPolicyPDFWithCert.do
#connect
proxyHost=10.8.16.106
proxyPort=8080
#proxyHost=10.8.16.106
#proxyPort=8080
proxyHost=
proxyPort=
#umeng
umeng_api_key=57e8b616e0f55afc8e0028e8
......
......@@ -44,8 +44,10 @@ PINGAN_TRUSTSTOREPASSWORD=paic1234
PINGAN_ELECTRONIC_URL=https://epcis-ptp.pingan.com.cn/epcis.ptp.partner.getAhsEPolicyPDFWithCert.do
#connect
proxyHost=10.8.16.106
proxyPort=8080
#proxyHost=10.8.16.106
#proxyPort=8080
proxyHost=
proxyPort=
#umeng
umeng_api_key=583526f0734be455c1001d20
......
......@@ -46,8 +46,8 @@ PINGAN_TRUSTSTOREPASSWORD=paic1234
PINGAN_ELECTRONIC_URL=http://epcis-ptp-dmzstg1.pingan.com.cn:9080/epcis.ptp.partner.getAhsEPolicyPDFWithCert.do
#connect
proxyHost=10.8.16.106
proxyPort=8080
proxyHost=
proxyPort=
#umeng
......
......@@ -41,8 +41,8 @@ PINGAN_TRUSTSTOREPASSWORD=paic1234
PINGAN_ELECTRONIC_URL=https://epcis-ptp.pingan.com.cn/epcis.ptp.partner.getAhsEPolicyPDFWithCert.do
#connect
proxyHost=10.8.16.106
proxyPort=8080
proxyHost=
proxyPort=
#umeng
umeng_api_key=57e8b616e0f55afc8e0028e8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment