Newer
Older
smartwell_Webbr / casic-web / src / main / resources / config / application-dev.yml
casic_zt on 21 Feb 2024 2 KB 报警列表异常修改
server:
  port: 8086
###################  spring配置  ###################
spring:
  resources:
    static-locations: file:/usr/local/tomcat/webapps/ROOT/WEB-INF/classes/config/image/,file:/download/
  datasource:
#    url: jdbc:mysql://172.27.33.49:3306/smartwell_br?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
#    username: brzj
#    password: 9Uhsr&U7H%8
    url: jdbc:mysql://111.198.10.15:21703/smartwell_br?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
    username: root
    password: root
    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
  mvc:
    user:
      async:
        request-timeout: 300s
#flowable数据源和多数据源配置
casic:
  #kaptcha-open: false #是否开启登录时验证码 (true/false)
  nologin-urls:  /user/login,/user/appLogin,/kaptcha/base64,/config/baseConfig,/route/mockToken,/job/updateSinkJob,/websocket/*,/sync/trfData,/sync/token
  file-upload-path: /usr/local/tomcat/webapps/ROOT/WEB-INF/classes/config/upload
  muti-datasource-open: false
  muti-datasource:
    default-data-source-name: dataSourceCasic
    url: jdbc:oracle:thin:@111.198.10.15:11202:orcl
    username: zhyq
    password: zhyq
    driver-class-name: oracle.jdbc.OracleDriver
    validation-query: select 'x' from dual
connection-properties: config.decrypt=true;config.decrypt.key=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKeBY1awypn6+XTqBWQ7vNUlHiVYwc2OO3EAXKYxIJqry4O6qeAGafVTSOJ7dxy/1gPi/cNNBxA3J976eUD504sCAwEAAQ==
smartcity:
  config:
    export-path: /export/
    #export-path: D:\export\
    image-path: /image/
    config-path: /temp/
    download-path: /download/
  device:
    redis:
      invalid-time: 86400
      host: 127.0.0.1
      port: 6379
    sm4:
      deviceType: gasjc01
      appId: 4b70940c9e4976f90e6fddcd0dff1e44
      appSecret: b27245d1552f7d9826ef6c88abd46ba8
      url: http://117.119.83.196/prod-iot/services/iot-security-interface
      secretKey: 24ad182507479a5da3ad94d9d78ea203
  getui:
    appId: 115V4gtbgZ8OSC2U9vikz2
    appKey: dyamRUrm2YAUYAkeYQmIQ
    masterSecret: HD57n8vEzM7CkT67L6enuA
logging:
  level.root: info
  level.com.casic: debug
  path: logs/
  file: missiles.log