application-dev.yml 1.03 KB
spring:
  datasource:
    url: jdbc:oracle:thin:@192.168.1.250:1521:orcl
    username: iclearimp
    password: iclearimp
    driver-class-name: oracle.jdbc.OracleDriver
  profiles:
    #系统环境
    env: dev


export:
  jwt:
    securityKey: C*F-JaNdRgUkXn2r5u8x/A?D(G+KbPeShVmYq3s6v9y$B&E)H@McQfTjWnZr4u7w
    urlWhiteList:
      - /icleartw/auth
      - /icleartw/monitor/ok
      - /icleartw/sysUser/logout
      - /icleartw/swagger-resources
      - /icleartw/webjars
    uriWhiteList:
      - /icleartw/swagger-ui.html
      - /icleartw/swagger-ui/*
      - /icleartw/v2/api-docs
      - /icleartw/login.html
    expire_1H: 7200
    expire_1D: 604800
  mail:
    smtp:
      host: smtp.qiye.aliyun.com
      port: 25
    needauth: true
    proxy:
      startFlag: false
      host: proxy-cn.g.fedex.com
      port: 3128
    mailAccountFlag: true
#  propertyPath:
#    redis: /opt/fedex/exporttw/redis/export-redis.properties
  language: en_US
  emailActiveTime: 60

upload:
  path:
    attachment: D:/var/share/iclearConnect/upload/attachment