We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95910cb commit 2bfaac5Copy full SHA for 2bfaac5
GameFrameX.Launcher/StartUp/AppStartUpGame.cs
@@ -62,13 +62,18 @@ protected override void Init()
62
Setting = new AppSetting
63
{
64
ServerId = 9000,
65
+ IsDebug = true,
66
+ IsDebugSend = true,
67
+ IsDebugReceive = true,
68
+ NetWorkSendTimeOutSeconds = 5,
69
ServerType = ServerType.Game,
70
InnerPort = 29100,
71
APMPort = 29090,
72
HttpPort = 28080,
73
WsPort = 29110,
74
MinModuleId = 10,
75
MaxModuleId = 9999,
76
+ HttpUrl = "/game/api/",
77
DiscoveryCenterIp = "127.0.0.1",
78
DiscoveryCenterPort = 21001,
79
DataBaseUrl = "mongodb+srv://gameframex:[email protected]/?retryWrites=true&w=majority",
0 commit comments