Commit cc9a602c authored by 5359's avatar 5359

uat环境参数修改

parent 38a62aea
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.jcraft</groupId> <groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId> <artifactId>jsch</artifactId>
...@@ -70,7 +69,7 @@ ...@@ -70,7 +69,7 @@
<classifier>classes</classifier> <classifier>classes</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- jinge electronic signature--> <!-- jinge electronic signature-->
<dependency> <dependency>
<groupId>com.eleSign</groupId> <groupId>com.eleSign</groupId>
<artifactId>aelectronic-Signature</artifactId> <artifactId>aelectronic-Signature</artifactId>
...@@ -488,7 +487,6 @@ ...@@ -488,7 +487,6 @@
<profile> <profile>
<id>dev</id> <id>dev</id>
<activation> <activation>
<activeByDefault>true</activeByDefault>
</activation> </activation>
<properties> <properties>
<profile.env>dev</profile.env> <profile.env>dev</profile.env>
...@@ -496,14 +494,17 @@ ...@@ -496,14 +494,17 @@
</profile> </profile>
<profile> <profile>
<id>sit</id> <id>sit</id>
<activation/> <activation>
</activation>
<properties> <properties>
<profile.env>sit</profile.env> <profile.env>sit</profile.env>
</properties> </properties>
</profile> </profile>
<profile> <profile>
<id>uat</id> <id>uat</id>
<activation/> <activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties> <properties>
<profile.env>uat</profile.env> <profile.env>uat</profile.env>
</properties> </properties>
......
...@@ -111,27 +111,27 @@ thread.taskSize = 5 ...@@ -111,27 +111,27 @@ thread.taskSize = 5
#esignHclc #esignHclc
tsign.project.id=1000029 tsign.project.id=1000029
tsign.project.secret=a4859d3bea99b936826994fe2ac9ae04 tsign.project.secret=2e66a86bbc6fa9000d4a5f272cbc70e1
#e签宝地址 #e签宝地址
tsign.api.url=http://139.196.20.44:8035 tsign.api.url=http://tsign-test.hitachics.com
#用户认证地址 #用户认证地址
tsign.face.api.url=https://openapi.esign.cn tsign.face.api.url=https://smlopenapi.esign.cn
#用户认证用户 #用户认证用户
tsign.face.api.appId=5111596700 tsign.face.api.appId=4438798562
#用户认证密码 #用户认证密码
tsign.face.api.secret=f112f3acd3ed05263ba4a3fad6e901cd tsign.face.api.secret=4024c2b5e503a84da6d126fdc6f0da81
#认证结果通知地址 #认证结果通知地址
tsign.api.notifyUrl=http://lease.hitachics.com/core/api/public/listen/auth/result tsign.api.notifyUrl=http://101.133.225.167/core/api/public/listen/auth/result
#签署结果通知地址 #签署结果通知地址
tsign.api.listenSignUrl=http://lease.hitachics.com/core/api/public/listen/sign/flow tsign.api.listenSignUrl=http://101.133.225.167/core/api/public/listen/sign/flow
#签署完成跳转地址 #签署完成跳转地址
tsign.api.signRedirectUrl=http://lease.hitachics.com/www/#/ElectronicContract tsign.api.signRedirectUrl=http://sign.hitachics.com/www/#/ElectronicContract
#微信公众号apiKey #微信公众号apiKey
wx.apiKey=handexinxi wx.apiKey=handexinxi
#微信公众号接口地址 #微信公众号接口地址
wx.apiHttpUrl=https://wxgzh.hitachics.com/hcs-public-server/internal/third/ wx.apiHttpUrl=https://wxgzh.hitachics.com/hcs-public-server/internal/third/
#微信服务器图片保存中台路径 #微信服务器图片保存中台路径
wx.image.path = D:\\app\\apache-tomcat-app\\app_file wx.image.path = D:\\app_dev\\apache-tomcat-app\\app_file
...@@ -139,3 +139,10 @@ face.check.enable=false ...@@ -139,3 +139,10 @@ face.check.enable=false
#金格电子合同配置文件地址 #金格电子合同配置文件地址
electronic.signature.path=/Volumes/work/idea/APIconfig electronic.signature.path=/Volumes/work/idea/APIconfig
#中登网测试环境
zdw.login.clientKey=04593D186F5AB68871891C235A35ED90E6D5E8DC33414C89E05C29EBF5D19C3919F0D1956568619BA138AC724F4E5DC730266C8186F610D8CC85BFC0748F899695
zdw.login.userName=hclczhongdengwang1
zdw.login.password=zhongdengwang12345
zdw.login.authCode=7b7-f08f197fe2e5
\ No newline at end of file
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 to comment