From ca4c0e15a7900c1f9002009efde9674af47ba37a Mon Sep 17 00:00:00 2001 From: cehua_hzl <648597270@qq.com> Date: 星期五, 28 九月 2018 09:43:56 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server --- db/PyMongoDataServer/Config/config.ini | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/db/PyMongoDataServer/Config/config.ini b/db/PyMongoDataServer/Config/config.ini new file mode 100644 index 0000000..5c69694 --- /dev/null +++ b/db/PyMongoDataServer/Config/config.ini @@ -0,0 +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 -- Gitblit v1.8.0