From 92a84ff370aa1fba5b5ed114d220d26f1e61c805 Mon Sep 17 00:00:00 2001
From: cehua_wcy <781813756@qq.com>
Date: 星期三, 28 十一月 2018 16:58:41 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server

---
 db/PyMongoDataServer/Config/config.ini |   88 ++++++++++++++++++++++----------------------
 1 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/db/PyMongoDataServer/Config/config.ini b/db/PyMongoDataServer/Config/config.ini
index 7a985f8..5c69694 100644
--- a/db/PyMongoDataServer/Config/config.ini
+++ b/db/PyMongoDataServer/Config/config.ini
@@ -1,44 +1,44 @@
-;mongodb 用户授权帐号密码配置
-[auth]
-userdb_user=sa
-userdb_pwd=TlZCWlBWPT1=
-sysdb_user=sa
-sysdb_pwd=TlZCWlBWPT1=
-logdb_user=sa
-logdb_pwd=TlZCWlBWPT1=
-
-
-[config]
-EventShellEnable=1
-EventShellIP=127.0.0.1
-EventShellPort=60005
-EventShellGroupID=0
-EventShellServerID=0
-EventShellHeartInterval=60000
-EventShellDllPath=EventToInterfaceDll.dll
-
-
-[environment]
-Python_Ver=2.7.2
-PyMongo_Ver=2.5.1
-MongoDB_Ver=2.4.3
-MongoDB_Bits=64
-
-[InnerParam]
-
-[encoding]
-base64=0
-encoding=utf8
-
-[IDDispatch]
-#启用ID分配服务器开关
-UseIDDispatchServer=1
-#ID分配服务器 域名
-IDDispatchServerIP=192.168.0.105
-#ID分配服务器 端口
-IDDispatchServerPort=51100 
-#PlayerID预分配数量下限
-IDDispatchPlayeIDLimit=2
-
-[CheckAccID]
-CheckTokenUrl=http://zysdk.zytxgame.com/api.php/index/checktoken
+;mongodb 用户授权帐号密码配置
+[auth]
+userdb_user=sa
+userdb_pwd=TlZCWlBWPT1=
+sysdb_user=sa
+sysdb_pwd=TlZCWlBWPT1=
+logdb_user=sa
+logdb_pwd=TlZCWlBWPT1=
+
+
+[config]
+EventShellEnable=1
+EventShellIP=127.0.0.1
+EventShellPort=60005
+EventShellGroupID=0
+EventShellServerID=0
+EventShellHeartInterval=60000
+EventShellDllPath=EventToInterfaceDll.dll
+
+
+[environment]
+Python_Ver=2.7.2
+PyMongo_Ver=2.5.1
+MongoDB_Ver=2.4.3
+MongoDB_Bits=64
+
+[InnerParam]
+
+[encoding]
+base64=0
+encoding=utf8
+
+[IDDispatch]
+#启用ID分配服务器开关
+UseIDDispatchServer=1
+#ID分配服务器 域名
+IDDispatchServerIP=192.168.0.105
+#ID分配服务器 端口
+IDDispatchServerPort=51100 
+#PlayerID预分配数量下限
+IDDispatchPlayeIDLimit=2
+
+[CheckAccID]
+CheckTokenUrl=http://zysdk.zytxgame.com/api.php/index/checktoken

--
Gitblit v1.8.0