Skip to content

Commit 2bfaac5

Browse files
committed
[增加]1. 增加默认参数启动配置
1 parent 95910cb commit 2bfaac5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

GameFrameX.Launcher/StartUp/AppStartUpGame.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,18 @@ protected override void Init()
6262
Setting = new AppSetting
6363
{
6464
ServerId = 9000,
65+
IsDebug = true,
66+
IsDebugSend = true,
67+
IsDebugReceive = true,
68+
NetWorkSendTimeOutSeconds = 5,
6569
ServerType = ServerType.Game,
6670
InnerPort = 29100,
6771
APMPort = 29090,
6872
HttpPort = 28080,
6973
WsPort = 29110,
7074
MinModuleId = 10,
7175
MaxModuleId = 9999,
76+
HttpUrl = "/game/api/",
7277
DiscoveryCenterIp = "127.0.0.1",
7378
DiscoveryCenterPort = 21001,
7479
DataBaseUrl = "mongodb+srv://gameframex:[email protected]/?retryWrites=true&w=majority",

0 commit comments

Comments
 (0)