From 62671c3068b89b29d60dc837052694f2e58a4e66 Mon Sep 17 00:00:00 2001 From: cehua_LC <tingame100@163.com> Date: 星期四, 08 十一月 2018 10:17:35 +0800 Subject: [PATCH] 4626 许愿池数值正式配置 --- db/PyMongoDataServer/PyMongoDataServer.ini | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/db/PyMongoDataServer/PyMongoDataServer.ini b/db/PyMongoDataServer/PyMongoDataServer.ini new file mode 100644 index 0000000..5241c8c --- /dev/null +++ b/db/PyMongoDataServer/PyMongoDataServer.ini @@ -0,0 +1,30 @@ +[connect] +USER_DB_IP=127.0.0.1 +USER_DB_NAME=GameUser +SYS_DB_IP=127.0.0.1 +SYS_DB_NAME=GameSys +LOG_DB_IP=127.0.0.1 +LOG_DB_NAME=GameLog +INTERFACE_DB_NAME=InterfaceData_s9999 + +[platform] +PlatformName=test +ServerID=s3 +;混服平台合服后主服ID, 配置不带字母s, 纯数字, 格式: 平台 + MainServerID, 如果没有配置则默认取 ServerID +173on_lanMainServerID=9999 + +;思璞登录需要key验证 +spxjgame_LoginKey=123 + + +[EventReport] +AppId=AppId1 +Key=7ded96779343f198de9b95a05a0704c9 +SessionGUID=sid1 +ProductID=snxxz +ReportUrl=http://192.168.0.249:12000/event_receiver + +[GeTui] +OSName=all +GeTuiUrl=http://127.0.0.1:53000/getui/index.php + -- Gitblit v1.8.0