File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ data:
107107 app.location.region=${APPLICATION_LOCATION_REGION:}
108108 app.location.zone=${APPLICATION_LOCATION_ZONE:}
109109 app.location.cluster=${APPLICATION_LOCATION_CLUSTER:}
110- app.location.liveSpaceId=${APPLICATION_LOCATION_LIVESPACE_ID:${CONFIG_LIVESPACE_ID}}
110+ app.location.liveSpaceId=${APPLICATION_LOCATION_LIVESPACE_ID:${CONFIG_LIVESPACE_ID: }}
111111 app.location.unitRuleId=${APPLICATION_LOCATION_UNIT_RULE_ID}
112112 app.location.unit=${APPLICATION_LOCATION_UNIT:}
113113 app.location.cell=${APPLICATION_LOCATION_CELL:${NODE_CELL:}}
@@ -422,6 +422,7 @@ data:
422422 profile: ${CONFIG_CENTER_PROFILE:${APPLICATION_SERVICE_GROUP}}
423423 registry:
424424 enabled: ${CONFIG_REGISTRY_ENABLED:false}
425+ registerAppServiceEnabled: ${REGISTER_APP_SERVICE_ENABLED:${CONFIG_REGISTRY_ENABLED:false}}
425426 subscribeMode: ${CONFIG_REGISTRY_SUBSCRIBE_MODE:AUTO}
426427 host:
427428 enabled: ${CONFIG_HOST_SERVICE_ENABLED:true}
Original file line number Diff line number Diff line change @@ -285,6 +285,7 @@ agent:
285285 profile : ${CONFIG_CENTER_PROFILE:${APPLICATION_SERVICE_GROUP}}
286286 registry :
287287 enabled : ${CONFIG_REGISTRY_ENABLED:false}
288+ registerAppServiceEnabled : ${REGISTER_APP_SERVICE_ENABLED:${CONFIG_REGISTRY_ENABLED:false}}
288289 subscribeMode : ${CONFIG_REGISTRY_SUBSCRIBE_MODE:AUTO}
289290 host :
290291 enabled : ${CONFIG_HOST_SERVICE_ENABLED:true}
You can’t perform that action at this time.
0 commit comments