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:
parent
7e2b312fdd
commit
c1a176e741
@ -244,9 +244,9 @@ public class SentinelProperties {
|
|||||||
public static class Transport {
|
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
|
* sentinel dashboard address, won't try to connect dashboard when address is
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
{
|
{
|
||||||
"name": "spring.cloud.sentinel.transport.port",
|
"name": "spring.cloud.sentinel.transport.port",
|
||||||
"type": "java.lang.String",
|
"type": "java.lang.String",
|
||||||
"defaultValue": "8721",
|
"defaultValue": "8719",
|
||||||
"description": "sentinel api port."
|
"description": "sentinel api port."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user