Browse Source

tian

master
wangjx 3 years ago
parent
commit
1d50a53758
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      sentinel-dashboard/src/main/resources/bootstrap.yaml

+ 19
- 0
sentinel-dashboard/src/main/resources/bootstrap.yaml View File

@@ -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

Loading…
Cancel
Save