Parcourir la source

添加启动配置项

master
wangjx il y a 3 ans
Parent
révision
80b2d76231
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. +12
    -0
      sentinel-dashboard/src/main/resources/bootstrap-test.yaml

+ 12
- 0
sentinel-dashboard/src/main/resources/bootstrap-test.yaml Voir le fichier

@@ -0,0 +1,12 @@
#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

Chargement…
Annuler
Enregistrer