|
|
@@ -13,7 +13,7 @@ public class CommonConfig
|
|
|
public static float arrowWeight = 75;
|
|
|
|
|
|
public enum ServerType {LocalTest, Produce};
|
|
|
- private static ServerType serverType = ServerType.Produce;
|
|
|
+ private static ServerType serverType = ServerType.LocalTest;
|
|
|
//业务服务端访问地址
|
|
|
public static string businessServerURI {
|
|
|
get {
|