Newer
Older
smartwell_Webbr / casic-web / src / main / resources / config / application-test.yml
zhout on 3 Sep 2021 2 KB first commit
server:
  port: 11307
###################  spring配置  ###################
spring:
  resources:
    static-locations: file:/usr/local/tomcat/webapps/ROOT/WEB-INF/classes/config/image/,file:/usr/local/tomcat/webapps/ROOT/WEB-INF/classes/config/download/
  datasource:
    url: jdbc:mysql://111.198.10.15:11102/smartwell_br?autoReconnect=true&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:
  #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: C:\workspace\smartwell_br\smartwell_br\smartwell\casic-web\src\main\resources\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: C:\workspace\smartwell_br\smartwell_br\smartwell\casic-web\src\main\resources\config\export\
    #export-path: D:\export\
    image-path: C:\workspace\smartwell_br\smartwell_br\smartwell\casic-web\src\main\resources\config\image\
    config-path: C:\workspace\smartwell_br\smartwell_br\smartwell\casic-web\src\main\resources\config\temp\
    download-path: C:\workspace\smartwell_br\smartwell_br\smartwell\casic-web\src\main\resources\config\download\
  device:
    redis:
      invalid-time: 86400
      host: 127.0.0.1
      port: 6379
  getui:
    appId: 115V4gtbgZ8OSC2U9vikz2
    appKey: dyamRUrm2YAUYAkeYQmIQ
    masterSecret: HD57n8vEzM7CkT67L6enuA
logging:
  level.root: info
  level.com.casic: debug
  path: logs/
  file: missiles.log