application-test.yml 719 Bytes
spring:
  cloud:
    nacos:
      discovery:
        metadata:
          group: discovery-test-group
          region: test
          version: 1.0
        namespace: 0ba6d5d6-2a49-4086-b6c3-dbeec01c61a4
  datasource:
    password: mysql@pwd123
    url: jdbc:mysql://192.168.0.9:3306/fw_hermes?characterEncoding=UTF-8&useSSL=false
    username: test
  redis:
    host: 192.168.0.9
    password: fw@test@redis

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

rocketmq:
  name-server: 192.168.0.230:9876

file:
  prefix: https://testimg.feewee.cn/
jedis:
  pool:
    host: 192.168.0.9
    password: fw@test@redis
logging:
  file:
    max-history: 15
    max-size: 1GB
  level:
    cn:
      fw: INFO