Merge pull request #937 from alibaba/hotfix_default_server_mode

#745 Modify default server mode
This commit is contained in:
Fury Zhu 2019-03-21 09:33:32 +08:00 committed by GitHub
commit 78466d4e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ public class SwitchDomain implements Record, Cloneable {
private String overriddenServerStatus = null;
private String serverMode = "MIXED";
private String serverMode = "AP";
public boolean isEnableAuthentication() {
return enableAuthentication;