# =================== 固定配置 ======================== #logic log logback.configurationFile = ./conf/logback_center.xml LOG_RECEIVEMESSAGE = false ## <--- ## telnet TelnetServer.IP = 0.0.0.0 CenterServer.Telnet2Center_Port = <{$rs.center_telnet_port}> ## game CenterServer.Game2Center_IP=0.0.0.0 CenterServer.Game2Center_Port= <{$rs.center_game_server_port}> CenterServer.Game2Center_LoginPwd= <{$rs.center_game_login_pwd}> ## web CenterServer.Web2Center_Port= <{$rs.center_gm_port}> ## client CenterServer.Client2Center_Port= <{$rs.center_client_port}> # 客户端登录center服务连接状态检查, 默认false, 设置为true CenterServer.isCheckSessionSilent = true # 客户端登录center连接对象最大超时时间,单位秒, 默认10分钟 CenterServer.clientSessionExpiredMaxTime = 6000 # 客户端登录center连接对象超时检查间隔, 单位毫秒, 默认 30000 毫秒 CenterServer.checkClientSessionInterval = 30000 ## ---> ## platform 10.0.0.22:9622 Platform_AUTHCODE = 5AC9CC5A CenterServer.PlatformServerIP = <{$rs.platform_ip}> CenterServer.PlatfromServerPort = <{$rs.platform_port}> CenterServer.PlatformLoginName = LoginServer CenterServer.PlatformLoginPwd = 8fb3c1df61a496b091e80b2e2d296fd0 # =================== 动态配置 ======================== # Center Database info CENTERDB_URL=jdbc:mysql://<{$rs.center_dbhost}>/<{$rs.center_dbname}>?useUnicode=true&characterEncoding=utf8&autoReconnect=true&failOverReadOnly=false CENTERDB_USER=<{$rs.center_dbuser}> CENTERDB_PASSWORD=<{$rs.center_dbpwd}> CenterServer.CenterVersion = <{$rs.center_version}> #禁止低版本客户端登陆 ClientConfig.ForbiddenClient= <{$rs.forbidden_client}> ClientConfig.ForbiddenClientVersion = <{$rs.forbidden_client_version}> ClientConfig.ForbiddenClientNotice = <{$rs.forbidden_client_notice}> ClientConfig.ForbiddenClientAssetBundlePath = <{$rs.forbidden_clienturl_cdn}>;<{$rs.forbidden_clienturl_cdn2}>;<{$rs.forbidden_clienturl_notcdn}> #兼容的客户端版本 CenterServer.PermitClientVersion = <{$rs.center_compatibility_version}> #发送的客户端版本 ClientConfig.ClientVersion = <{$rs.center_client_version}> #客户端AssetBundle路径 http://crystal.assetbundles.com/ ClientConfig.AssetBundlePath = <{$rs.center_clienturl_cdn}>;<{$rs.center_clienturl_cdn2}>;<{$rs.center_clienturl_notcdn}> # 登陆渠道禁登 CenterServer.FobiddenLogin = <{$rs.center_forbidden_channel}> #黑白名单 CenterServer.BlackLoginIP = <{$rs.center_black_login_ip}> CenterServer.WhiteLoginIP = <{$rs.center_white_login_ip}> #是否在全区维护 true、false CenterServer.Maintain = <{$rs.center_maintain}> #推荐导量服务器列表 CenterServer.RecommendSserver = <{$rs.center_recommend_server}> # =================== 世界服配置 ====================== WorldServer.GameServer_Port = <{$rs.world_game_port}> WorldServer.GameServer_Pwd = <{$rs.world_game_pwd}> WorldServer.Gm_Port = <{$rs.world_gm_port}> WorldServer.Telnet_Port = <{$rs.world_telnet_port}> WorldServer_DB_URL=jdbc:mysql://<{$rs.world_dbhost}>/<{$rs.world_dbname}>?useUnicode=true&characterEncoding=utf8&autoReconnect=true&failOverReadOnly=false WorldServer_DB_USER=<{$rs.world_dbuser}> WorldServer_DB_PASSWORD=<{$rs.world_dbpwd}>