Commit 8590b6afd062ad0f2d01460e29e7552a969d6734

Authored by 张志伟
1 parent b5d38664

feature(*): 修改测试环境配置文件

- 修改测试环境配置文件
fw-shirasawa-server/src/main/resources/application-local.yml
... ... @@ -10,6 +10,10 @@ nacos:
10 10 plugin:
11 11 namespace: df959b8c-de58-4b02-b9fb-d65ca3be05f3
12 12 spring:
  13 + cloud:
  14 + inetutils:
  15 + preferred-networks:
  16 + - 10.8
13 17 application:
14 18 name: fw-shirasawa-local
15 19 datasource:
... ...