Newer
Older
casic-smartcity-yz / casic-web / src / main / resources / config / application-dev.yml
casic_zt on 24 Mar 2023 1 KB 配置文件修改
server:
  port: 14537
###################  spring配置  ###################
spring:
 resources:
   static-locations: file:D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\,file:D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
 datasource:
    url: jdbc:mysql://111.198.10.15:11102/smartwell_yizhuang?autoReconnect=true&failOverReadOnly=false&useUnicode=true&characterEncoding=utf8&useSSL=false
    username: root
    password: Casic203!
    initial-size: 2
    min-idle: 1
 jms:
   pub-sub-domain: true
#  session:
#   store-type: redis
 redis:
  host: 127.0.0.1
  port: 6379
  password:
 activemq:
   user:
   password:
   broker-url: tcp://192.168.0.203:61616

#flowable数据源和多数据源配置
casic:
  admin:
    lockTime: 5
    pwd-first-change: true
  kaptcha-open: true #是否开启登录时验证码 (true/false)
  app-kaptcha-open: true #是否开启登录时验证码 (true/false)
  nologin-urls: /user/login,/user/appLogin,/kaptcha/base64,/config/baseConfig,/route/mockToken,/websocket/*,/job/updateSinkJob
  file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
  export-temp-path: D:\java\boot\smartwell\yz\export\
smartcity:
  config:
    export-path: D:\java\boot\smartwell\yz\export\
#    export-path: D:\export\
    image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
    config-path: D:\java\boot\smartwell\yz\temp\
    download-path: D:\java\boot\smartwell\yz\download\
  sluicewell:
    coordinateConvert:
      coordinate: baidu
  device:
    redis:
      invalid-time: 86400
      host: 127.0.0.1
      port: 6379
  getui:
    appId: lu96wmbMMj5wq32DyjrAF8
    appKey: qpUYcvCU4r7ZFP2F2XFYO
    masterSecret: 42J3Ih9fpK8iTVhwjTj5V6
logging:
  level.root: info
  level.com.casic: debug
  path: logs/
  file: missiles.log