Skip to content

Commit d1ccf50

Browse files
authored
Merge pull request #30 from ClintonCao/master
Fixed connection to the Hystrix Dashboard
2 parents 448751b + 7fb7e03 commit d1ccf50

File tree

1 file changed

+4
-0
lines changed
  • microservice-demo/microservice-demo-turbine-server/src/main/resources

1 file changed

+4
-0
lines changed

microservice-demo/microservice-demo-turbine-server/src/main/resources/application.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ turbine:
1616
clusterConfig: ORDER
1717
appConfig: order
1818

19+
hystrix:
20+
dashboard:
21+
proxy-stream-allow-list: "**"
22+
1923

0 commit comments

Comments
 (0)