squidGame/tgx-games-client/assets/module_basic/scripts/FrontConfig.ts

22 lines
720 B
TypeScript
Raw Normal View History

2025-02-07 10:49:34 +08:00
/**
* @en load server list from remote file, if configured, will use it first
* @zh 使
*/
/**
* json file format example
* json
* ["ws://127.0.0.1:3001", "ws://192.168.0.9"]
*/
export const GameServerListFileURL = '';//'http://192.168.0.104:7456/web-mobile/web-mobile/server-list.json';
/**
* @en server list, randomly select one connection
* @zh
*/
export const GameServerURLs = [
// 'wss://chengchennet.cn:15005',//wss远程链接
// 'ws://118.195.174.30:3001',//ws远程连接
//'ws://127.0.0.1:3002',//ws本地连接
'wss://areanserver.gryphon.fun'
];