浏览代码

统计数据转存部分增加对客户端上报日志的转存代码.

王刚 3 年之前
父节点
当前提交
60b899f315
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      CSserver/Lib1/Config.cs

+ 6 - 1
CSserver/Lib1/Config.cs

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