From bb04a1841374d006a00e71114f2f00010ebd6ba6 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 30 一月 2019 18:53:49 +0800 Subject: [PATCH] 6105 【后端】【1.5.200】诛仙宝石开发 --- 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