This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
wangjx
/
sentinel
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
添加启动配置项
master
wangjx
3 years ago
parent
f29e6d0813
commit
80b2d76231
1 changed files
with
12 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
sentinel-dashboard/src/main/resources/bootstrap-test.yaml
+ 12
- 0
sentinel-dashboard/src/main/resources/bootstrap-test.yaml
View File
@@ -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
Write
Preview
Loading…
Cancel
Save