application-test.yml 1.01 KB
spring:
  cloud:
    nacos:
      discovery:
        metadata:
          group: discovery-test-group
          region: test
          version: 1.0
        namespace: 0ba6d5d6-2a49-4086-b6c3-dbeec01c61a4
  datasource:
    url: jdbc:mysql://172.26.154.169:3302/fw_dalaran?characterEncoding=UTF-8&useSSL=false
    username: test
    password: mysql@pwd123
  redis:
    host: 172.26.154.169
    port: 6378
    password: fw@test@redis
  url:
    http-file-url: https://testgate.feewee.cn/file

nacos:
  plugin:
    namespace: 0ba6d5d6-2a49-4086-b6b3-dbeec01c61a4

rocketmq:
  name-server: 172.26.154.169:9876
  producer:
    group: ${spring.application.name}
  name-srv-addr: 172.26.154.169:9876
  producer-group: ${spring.application.name}

jedis:
  pool:
    host: 172.26.154.169
    port: 6378
    password: fw@test@redis
logging:
  file:
    max-history: 15
    max-size: 1GB
  level:
    root: info
    cn.fw: info
    org.zalando.logbook: trace

task:
  switch: 'on'

file-server-addr: 'https://testgate.feewee.cn/file/show?fid='