Remove apollo default ip. (#5725)
This commit is contained in:
parent
6d8159cef0
commit
ad7f18c655
|
|
@ -325,7 +325,7 @@ configuration:
|
|||
clusterName: ${SW_DCS_CLUSTER_NAME:SkyWalking}
|
||||
period: ${SW_DCS_PERIOD:20}
|
||||
apollo:
|
||||
apolloMeta: ${SW_CONFIG_APOLLO:http://106.12.25.204:8080}
|
||||
apolloMeta: ${SW_CONFIG_APOLLO:http://localhost:8080}
|
||||
apolloCluster: ${SW_CONFIG_APOLLO_CLUSTER:default}
|
||||
apolloEnv: ${SW_CONFIG_APOLLO_ENV:""}
|
||||
appId: ${SW_CONFIG_APOLLO_APP_ID:skywalking}
|
||||
|
|
|
|||
Loading…
Reference in New Issue