application-test.yml 3.6 KB
## 多环境个性化配置(开发环境) 默认
#lhcredit:
#  # 文件下载服务器地址
#  downloadUrl: 127.0.0.1
#  # 文件路径
#  profile: C:/profile/
#  # 实例演示开关
#  demoEnabled: true
#server:
#  # 服务器的HTTP端口,默认为80
#  port: 8082
#
## 日志配置
#logging:
#  level:
#    com.lhcredit: debug
#    org.springframework: debug
#    org.spring.springboot.dao: debug
## Shiro
#shiro:
#  session:
#    # 同一个用户最大会话数,比如2的意思是同一个账号允许最多同时两个人登录(默认-1不限制)
#    maxSession: -1
## 数据源配置
#spring:
#  datasource:
#    druid:
#      # 主库数据源
#      master:
#        url: jdbc:mysql://192.168.3.188:3306/credit_manager?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#        username: root
#        #        password: LianHe-ZhengXin-64912118
#        password: lianhe@123456
#      #        url: jdbc:mysql://localhost:3306/credit_manager?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#      #        username: root
#      #        password: root
#      # 从库数据源
#      slave:
#        # 从数据源开关/默认关闭
#        enabled: true
#        url: jdbc:mysql://192.168.3.188:3306/dna_api?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#        username: root
#        #        password: Lhzx18!@#-abc
#        password: lianhe@123456
#  redis:
#    # Redis服务器地址
#    host: 192.168.1.60
#    # Redis服务器连接端口
#    port: 6379
#    # Redis服务器连接密码(默认为空)
#    jedis:
#      pool:
#        # 连接池最大连接数(使用负值表示没有限制)
#        max-active: 8
#        # 连接池最大阻塞等待时间(使用负值表示没有限制)
#        max-wait: -1
#        # 连接池中的最大空闲连接
#        max-idle: 8
#        # 连接池中的最小空闲连接
#        min-idle: 0
#    # 连接超时时间(毫秒)
#    timeout: 0
#    database: 9
#  elasticsearch:
#    host: 172.17.202.239
#    port: 9200
## FastDFS
## ===================================================================
## 分布式文件系统FDFS配置
## ===================================================================
#fdfs:
#  so-timeout: 1501
#  connect-timeout: 601
#  thumb-image: #缩略图生成参数
#    width: 150
#    height: 150
##    web-server-url: http://img30.lhdna.com
##    tracker-list: 192.168.1.30:22122
#  web-server-url: http://img30.lhdna.com
#  tracker-list: 192.168.1.30:22122
## 爬虫数据源
#crawleddata:
#
#  # 获取爬虫数据源接口
#  financialDataUrl: http://outerapi.lhdna.com/api/V1.1/chinaWealth/webFind.form
#  financialToken: 1
#  trustDataUrl: http://outerapi.lhdna.com/api/V1.1/xintuo/webFind.form
#  trustToken: 1
#  productWorthUrl: http://outerapi.lhdna.com/api/V1.1/chinaWealthPaint/webFind.form
#  worthToken: 1
#  pageNum: 200
#
#oss:
#  ossUrl:
#
#dnaapi:
#  monitorAdd: http://lhapi.lhdna.com/api/web/monitorInfo/monitorAddByList
#  monitorDelete: http://lhapi.lhdna.com/api/web/monitorInfo/monitorDelByList
#  search: http://lhapi.lhdna.com/api/V4.0/searchList
#
### 数据中心(天眼查,司法大数据)
#dataCenters:
#  key: xygj
#  url: http://lhapi.lhdna.com/api/
#  token: f21bcdd7-90a7-4d39-9bed-56bed670314a
#
#crm:
#  url: http://192.168.1.171/
#  token: 4389cc63-7db8-45d4-abd1-242fec622c58
#report:
#  url: http://192.168.1.181:9999/
#  token: 4389cc63-7db8-45d4-abd1-242fec622c58
#
#echarts:
#  url: "http://imgservice.lhdna.com/"