@@ -299,8 +299,8 @@ agent:
299299 password : ${CONFIG_REGISTRY_PASSWORD_FIRST:${REGISTRY_PASSWORD:guest}}
300300 properties : ${CONFIG_REGISTRY_PROPERTIES_FIRST}
301301 namespace : ${CONFIG_REGISTRY_NAMESPACE_FIRST:public}
302- group : ${CONFIG_REGISTRY_GROUP_FIRST:${APPLICATION_SERVICE_GROUP} }
303- groupEnabled : ${CONFIG_REGISTRY_GROUP_ENABLED:false }
302+ group : ${CONFIG_REGISTRY_GROUP_FIRST:DEFAULT_GROUP }
303+ groupEnabled : ${CONFIG_REGISTRY_GROUP_ENABLED:true }
304304 denyEmptyEnabled : ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
305305 - type : ${CONFIG_REGISTRY_TYPE_SECOND:nacos}
306306 role : ${CONFIG_REGISTRY_ROLE_SECOND:SECONDARY}
@@ -310,8 +310,8 @@ agent:
310310 password : ${CONFIG_REGISTRY_PASSWORD_SECOND:${REGISTRY_PASSWORD:guest}}
311311 properties : ${CONFIG_REGISTRY_PROPERTIES_SECOND}
312312 namespace : ${CONFIG_REGISTRY_NAMESPACE_SECOND:public}
313- group : ${CONFIG_REGISTRY_GROUP_SECOND:${APPLICATION_SERVICE_GROUP} }
314- groupEnabled : ${CONFIG_REGISTRY_GROUP_ENABLED:false }
313+ group : ${CONFIG_REGISTRY_GROUP_SECOND:DEFAULT_GROUP }
314+ groupEnabled : ${CONFIG_REGISTRY_GROUP_ENABLED:true }
315315 denyEmptyEnabled : ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
316316 - type : ${CONFIG_REGISTRY_TYPE_THIRD:nacos}
317317 role : ${CONFIG_REGISTRY_ROLE_THIRD:SECONDARY}
@@ -321,8 +321,8 @@ agent:
321321 properties : ${CONFIG_REGISTRY_PROPERTIES_THIRD}
322322 password : ${CONFIG_REGISTRY_PASSWORD_THIRD:${REGISTRY_PASSWORD:guest}}
323323 namespace : ${CONFIG_REGISTRY_NAMESPACE_THIRD:public}
324- group : ${CONFIG_REGISTRY_GROUP_THIRD:${APPLICATION_SERVICE_GROUP} }
325- groupEnabled : ${CONFIG_REGISTRY_GROUP_ENABLED:false }
324+ group : ${CONFIG_REGISTRY_GROUP_THIRD:DEFAULT_GROUP }
325+ groupEnabled : ${CONFIG_REGISTRY_GROUP_ENABLED:true }
326326 denyEmptyEnabled : ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
327327 counter :
328328 gateway : true
0 commit comments