SpringCloudStudy/hystrix-dashboard/src/main/resources/application.yml

7 lines
145 B
YAML
Raw Normal View History

2023-08-15 21:38:05 +08:00
server:
port: 8900
hystrix:
dashboard:
# 将localhost添加到白名单默认是不允许的
proxy-stream-allow-list: "localhost"