spring:
  jackson:
    time-zone: GMT+8
    date-format: yyyy-MM-dd HH:mm:ss
  profiles:
    include: dbProd, coreProd, adminProd, wxProd

server:
  port: 8181

logging:
  level:
    root:  error
    org.springframework:  error
    org.mybatis:  error
    cn.exploring.engine.server.core:  info
    cn.exploring.engine.server.db:  info
    cn.exploring.engine.server.admin:  info
    cn.exploring.engine.server.wx:  info
    cn.exploring.engine.server:  info

# redis相关配置
projectRedis:
  keyPrefix:
    share: "BI-SHARE-"  # 分享相关
    userInfo: "GYH-USER-INFO-"           # 用户信息key前缀
  expireDay: 30              # 默认过期时间天数