Skip to content

Commit

Permalink
[SCB-1922] set the default value for zero-config to true i.e. enable
Browse files Browse the repository at this point in the history
  • Loading branch information
jungan21 committed May 22, 2020
1 parent e40a463 commit bf47d27
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public void setApplicationContext(ApplicationContext applicationContext) throws

// same mechanism as Local registry to enable the Zero Config registry
boolean enable = DynamicPropertyFactory.getInstance()
.getBooleanProperty("servicecomb.zeroconfig.enabled", false).get();
.getBooleanProperty("servicecomb.zeroconfig.enabled", true).get();

if (!enable) {
return;
Expand Down

0 comments on commit bf47d27

Please sign in to comment.