mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-13 17:02:31 +08:00
makefile编译客户端协议、生成服务器配置表 && docker镜像构建
This commit is contained in:
@@ -40,7 +40,6 @@ type Redis struct {
|
||||
type Hk4e struct {
|
||||
KcpPort int32 `toml:"kcp_port"` // 该地址只用来注册到节点服务器 并非网关本地监听地址 本地监听为0.0.0.0
|
||||
KcpAddr string `toml:"kcp_addr"`
|
||||
ResourcePath string `toml:"resource_path"`
|
||||
GameDataConfigPath string `toml:"game_data_config_path"`
|
||||
GachaHistoryServer string `toml:"gacha_history_server"`
|
||||
ClientProtoProxyEnable bool `toml:"client_proto_proxy_enable"`
|
||||
|
||||
Reference in New Issue
Block a user