1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

update default sentinel api port

This commit is contained in:
fangjian0423 2018-12-20 21:45:33 +08:00
parent 7e2b312fdd
commit c1a176e741
2 changed files with 3 additions and 3 deletions

View File

@ -244,9 +244,9 @@ public class SentinelProperties {
public static class Transport {
/**
* sentinel api port,default value is 8721 {@link TransportConfig#SERVER_PORT}
* sentinel api port,default value is 8719 {@link TransportConfig#SERVER_PORT}
*/
private String port = "8721";
private String port = "8719";
/**
* sentinel dashboard address, won't try to connect dashboard when address is

View File

@ -15,7 +15,7 @@
{
"name": "spring.cloud.sentinel.transport.port",
"type": "java.lang.String",
"defaultValue": "8721",
"defaultValue": "8719",
"description": "sentinel api port."
},
{