From e2f630474b0e35a98fa2356ce435b4cb0cfc3b02 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 30 五月 2025 12:16:52 +0800
Subject: [PATCH] 15 卡牌服务端搭建 新增接口SendPyPackToServersRoute,从地图发送封包给ServersRoute,可用于GM命令,跨服封包等 GM命令参考例子GMT_CTG ServersRoute支持GM命令,参考GMT_OpenServer;tagGMCommand封包新增ServerID字段可通知到具体地图 www里暂时写死服务器ID9006 ServersRoute不需要事件流向记录删除相关代码 ServersRoute删除无用db配置

---
 ServersRoute/Config/config.ini |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/ServersRoute/Config/config.ini b/ServersRoute/Config/config.ini
index dd15c00..cd794e4 100644
--- a/ServersRoute/Config/config.ini
+++ b/ServersRoute/Config/config.ini
@@ -2,20 +2,6 @@
 [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]
@@ -24,21 +10,8 @@
 MongoDB_Ver=2.4.3
 MongoDB_Bits=64
 
-[InnerParam]
 
 [encoding]
 base64=0
 encoding=utf8
 
-[IDDispatch]
-#启用ID分配服务器开关
-UseIDDispatchServer=1
-#ID分配服务器 域名
-IDDispatchServerIP=vm-shouyoucd
-#ID分配服务器 端口
-IDDispatchServerPort=51100 
-#PlayerID预分配数量下限
-IDDispatchPlayeIDLimit=2
-
-[CheckAccID]
-CheckTokenUrl=http://zysdk.zytxgame.com/api.php/index/checktoken

--
Gitblit v1.8.0