application-test.yml 913 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_hestia?characterEncoding=UTF-8&useSSL=false
    username: test
  redis:
    host: 192.168.0.9
  url:
    http-file-url: https://testgate.feewee.cn/file

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

rocketmq:
  name-server: 192.168.0.230:9876


fastdfs:
  charset: UTF-8
  connectTimeout: 2
  group: cardfs
  networkTimeout: 30
  port: 8080
  secretKey: FastDFS1234567890
  servers: 192.168.0.230:22122
  token: 'no'

jedis:
  pool:
    host: 192.168.0.9
logging:
  file:
    max-history: 15
    max-size: 1GB
  level:
    root: info
    cn.fw: info
    org.zalando.logbook: trace

task:
  switch: 'on'