Newer
Older
casic-smart-town / casic-web / src / main / resources / config / application-test.yml
wangpeng on 10 Nov 2022 986 bytes 统计、报警、监控
server:
  port: 8084
###################  spring配置  ###################
spring:
  datasource:
    url: jdbc:mysql://119.254.103.80:3000/smartwell?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:

#flowable数据源和多数据源配置
casic:
  kaptcha-open: false #是否开启登录时验证码 (true/false)
  nologin-urls: /**/**
  file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
smartcity:
  config:
    export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
    image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
    config-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\temp\
    download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
logging:
  level.root: info
  level.com.casic: debug
  level.org.springframework.web: info