|
@@ -7,7 +7,7 @@ public class Config
|
|
|
|
|
|
public const bool GameOnline = true;
|
|
public const bool GameOnline = true;
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
public ConfigurationOptions redis;
|
|
public ConfigurationOptions redis;
|
|
|
|
|
|
@@ -15,6 +15,7 @@ public class Config
|
|
|
|
|
|
public string mongo => GameOnline ? "mongodb://localhost:27017" : "mongodb://localhost:27017";
|
|
public string mongo => GameOnline ? "mongodb://localhost:27017" : "mongodb://localhost:27017";
|
|
|
|
|
|
|
|
+
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 结束倒计时
|
|
/// 结束倒计时
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -41,7 +42,11 @@ public class Config
|
|
{
|
|
{
|
|
get
|
|
get
|
|
{
|
|
{
|
|
|
|
+<<<<<<< HEAD
|
|
var dir = "/data/stat_out/";
|
|
var dir = "/data/stat_out/";
|
|
|
|
+=======
|
|
|
|
+ var dir = "/data/stat_out/";
|
|
|
|
+>>>>>>> 统计数据转存部分增加对客户端上报日志的转存代码.
|
|
VerifyFolder(dir);
|
|
VerifyFolder(dir);
|
|
return dir;
|
|
return dir;
|
|
}
|
|
}
|