Newer
Older
smartwell_Webbr / casic-web / src / main / resources / config / application-dev.yml
server:
  port: 8086
###################  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://172.27.33.49:3306/smartwell_br?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
    username: brzj
    password: 9Uhsr&U7H%8
    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: /usr/local/tomcat/webapps/ROOT/WEB-INF/classes/config/export/
    #export-path: D:\export\
    image-path: /usr/local/tomcat/webapps/ROOT/WEB-INF/classes/config/image/
    config-path: //usr/local/tomcat/webapps/ROOT/WEB-INF/classes/config/temp/
    download-path: /usr/local/tomcat/webapps/ROOT/WEB-INF/classes/config/download/
  device:
    redis:
      invalid-time: 86400
      host: 127.0.0.1
      port: 6379
    sm4:
      deviceType: gasjc01
      appId: a9c92d1b8b72417285744962d06e145b
      appSecret: dc43576cd2a045dfb48c93212fdbfdff
      url: http://117.119.83.196:8063
      secretKey: 009f1bbe8ba832438b59ef81beab5169
      switch: false
  getui:
    appId: 115V4gtbgZ8OSC2U9vikz2
    appKey: dyamRUrm2YAUYAkeYQmIQ
    masterSecret: HD57n8vEzM7CkT67L6enuA
logging:
  level.root: info
  level.com.casic: debug
  path: logs/
  file: missiles.log