Skip to content

Commit

Permalink
Merge pull request apolloconfig#414 from nobodyiam/tooling-cluster-final
Browse files Browse the repository at this point in the history
change back to server.properties
  • Loading branch information
lepdou authored Sep 19, 2016
2 parents 3fe906a + 399b78d commit 15e41ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private void initCluster() {
}

private boolean isToolingZone() {
if ("true".equalsIgnoreCase(Foundation.deployment().getProperty("tooling", "false").trim())) {
if ("true".equalsIgnoreCase(Foundation.server().getProperty("tooling", "false").trim())) {
return true;
}
return false;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>com.ctrip.framework</groupId>
<artifactId>framework-foundation</artifactId>
<version>1.1.8-SNAPSHOT</version>
<version>1.1.7</version>
</dependency>
<dependency>
<groupId>com.dianping.cat</groupId>
Expand Down

0 comments on commit 15e41ed

Please sign in to comment.