Skip to content

Commit

Permalink
Merge pull request #4677 from lzp0412/develop
Browse files Browse the repository at this point in the history
[ISSUE #4429] Fix mcp  can't be open
  • Loading branch information
chuntaojun committed Jan 12, 2021
2 parents 7b81ea6 + 18f6378 commit c6f04d4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@
public class IstioConfig {

@Value("${nacos.istio.mcp.server.enabled:false}")
private final boolean mcpServerEnabled = false;
private boolean mcpServerEnabled = false;

public boolean isMcpServerEnabled() {
return mcpServerEnabled;
Expand Down

0 comments on commit c6f04d4

Please sign in to comment.