mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
10 lines
380 B
INI
10 lines
380 B
INI
spring.application.name=sentinel-example
|
|
server.port=18084
|
|
management.endpoints.web.exposure.include=*
|
|
spring.cloud.sentinel.transport.dashboard=localhost:8080
|
|
spring.cloud.sentinel.eager=true
|
|
|
|
|
|
spring.cloud.sentinel.datasource.ds1.file.file=classpath: flowrule.json
|
|
spring.cloud.sentinel.datasource.ds1.file.data-type=json
|
|
spring.cloud.sentinel.datasource.ds1.file.rule-type=flow |