You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
3.6 KiB
136 lines
3.6 KiB
server: |
|
port: 8085 |
|
|
|
spring: |
|
datasource: |
|
driver-class-name: com.kingbase8.Driver |
|
# url: jdbc:kingbase8://kingbase01.safeliab.tsccic:54321/safeliabdb_tst?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull |
|
url: jdbc:kingbase8://172.16.10.66:54321/safeliabdb_tst?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull |
|
username: system |
|
password: system |
|
#password: 111111 |
|
#返回json的全局时间格式 |
|
jackson: |
|
date-format: yyyy-MM-dd HH:mm:ss |
|
time-zone: GMT+8 |
|
#环境设置:dev、test、prod |
|
profiles: |
|
active: dev |
|
servlet: |
|
multipart: |
|
enabled: true |
|
max-file-size: 20MB |
|
max-request-size: 200MB |
|
|
|
mybatis-plus: |
|
mapperLocations: classpath:mappers/*.xml |
|
type-aliases-package: com.cs.ccic.entity |
|
configuration: |
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
|
logging: |
|
level: |
|
org.springframework.boot.autoconfigure: error |
|
|
|
|
|
|
|
|
|
ccic: |
|
#businessApi: http://localhost:8086 |
|
businessApi: http://10.3.0.34:8086 |
|
|
|
|
|
dockingSetting: |
|
consumerID: safeliab |
|
|
|
#通过databus 推送用户权限、待办消息到mongodb 由移动理赔系统接收处理 |
|
dataBus: |
|
mongoDBUrl: mongodb://10.2.3.153:27087,10.2.3.174:27087,10.2.3.227:27087/databus_v5 |
|
userAuthDataName: Proprisk_auth_sync |
|
todoTaskDataName: OAapp_todoadd |
|
|
|
#待办消息固定模板内容 |
|
msgType: todo |
|
title: 事故预防服务指派 |
|
appAccessToken: VKwxHG5mEPB76GJR |
|
|
|
#批量上传 |
|
batchUploadUrl: http://10.98.14.52:5212/h5img-wsc/ |
|
|
|
|
|
|
|
#附件上传 |
|
#外网测试 |
|
#uploadUrl: http://10.1.11.103:8081/daditestgroup/ccicsit/h5imguploaddataservicerest/Restful |
|
#内网 |
|
uploadUrl: http://10.1.12.64:8081/daditestgroup/ccicsit/h5imguploaddataservicerest/Restful |
|
|
|
#附件下载 |
|
#外网 |
|
#downloadUrl: http://10.1.12.64:8081/daditestgroup/ccicsit/h5imgquerydownservicerest/Restful |
|
#内网 |
|
downloadUrl: http://10.1.12.64:8081/daditestgroup/ccicsit/h5imgquerydownservicerest/Restful |
|
|
|
esb: |
|
#发送模板短信 |
|
#外网测试 |
|
#sendMsgUrl: http://10.1.11.103:8081/daditestgroup/ccicsit/sendtemplatemessageservicerest/Restful |
|
#内网测试 |
|
sendMsgUrl: http://10.1.11.115:8080/daditestgroup/ccicsit/sendtemplatemessageservicerest/Restful |
|
|
|
#同步第三方用户接口 |
|
#外网测试 |
|
#syncThirdUserUrl: http://10.1.11.103:8081/daditestgroup/ccicsit/outuserservicerest/Restful |
|
#内网测试 |
|
syncThirdUserUrl: http://10.1.12.64:8081/daditestgroup/ccicsit/outuserservicerest/Restful |
|
#同步第三方机构接口 |
|
#外网测试 |
|
#syncThirdOrganUrl: http://10.1.11.103:8081/daditestgroup/ccicsit/outcompanyservicerest/Restful |
|
#内网测试 |
|
syncThirdOrganUrl: http://10.1.12.64:8081/daditestgroup/ccicsit/outcompanyservicerest/Restful |
|
|
|
|
|
loginAuth: |
|
#web单点登录认证接口 |
|
#外网测试 |
|
#singleLoginUrl: http://10.1.11.69:27779/casserver/serviceValidate |
|
#内网测试 |
|
singleLoginUrl: http://10.1.13.53:7001/casserver/serviceValidate |
|
#h5 登录认证 |
|
#外网测试 |
|
#h5singleLoginUrl: http://10.1.11.103:8081/daditestgroup/ccicsit/h5apploginserviceservicerest/Restful |
|
#内网测试 |
|
h5singleLoginUrl: http://10.1.12.64:8081/daditestgroup/ccicsit/h5apploginserviceservicerest/Restful |
|
|
|
#发送模板短信 |
|
sendTemplateSMSUrl: http://10.1.11.115:8080/daditestgroup/ccicsit/sendtemplatemessageservicerest/Restful |
|
#外网测试 |
|
#sendTemplateSMSUrl: http://10.1.11.103:8081/daditestgroup/ccicsit/sendtemplatemessageservicerest/Restful |
|
|
|
|
|
|
|
#支持附件类型 |
|
file: |
|
types: |
|
- .doc |
|
- .docx |
|
- .xls |
|
- .xlsx |
|
- .pdf |
|
- .zip |
|
- .rar |
|
- .txt |
|
- .jpg |
|
- .jpeg |
|
- .png |
|
- .gif |
|
- .bmp |
|
- .waw |
|
- .mp3 |
|
- .amr |
|
- .amv |
|
- .mp4 |
|
- .flv |
|
- .mov |
|
snowflake: |
|
workerID: 1 |