From 1d50a537581f8061e7c9ad324da111011abdb987 Mon Sep 17 00:00:00 2001 From: wangjx <1609724385@qq.com> Date: Thu, 24 Jun 2021 11:56:11 +0800 Subject: [PATCH] tian --- .../src/main/resources/bootstrap.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sentinel-dashboard/src/main/resources/bootstrap.yaml diff --git a/sentinel-dashboard/src/main/resources/bootstrap.yaml b/sentinel-dashboard/src/main/resources/bootstrap.yaml new file mode 100644 index 00000000..71dd4f3f --- /dev/null +++ b/sentinel-dashboard/src/main/resources/bootstrap.yaml @@ -0,0 +1,19 @@ +#spring settings +spring: + application: + name: sentinel-dashboard + cloud: + nacos: + config: + server-addr: 172.19.42.44:8848 + file-extension: yaml + sentinel: + transport: + dashboard: 172.19.192.44:7777 + datasource: + - nacos: + server-addr: 172.19.42.44:8848 + data-id: ${spring.application.name}-sentinel + group-id: DEFAULT_GROUP + data-type: json + rule-type: flow