We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff638c commit 85f570dCopy full SHA for 85f570d
1 file changed
GameFrameX.Launcher/Properties/launchSettings.json
@@ -7,7 +7,6 @@
7
"ASPNETCORE_ENVIRONMENT": "Development",
8
"--ServerType": "Game",
9
"--ServerId": 9000,
10
- "--InnerIp": "127.0.0.1",
11
"--InnerPort": 29100,
12
"--OuterIp": "127.0.0.1",
13
"--OuterPort": 29010,
@@ -19,7 +18,7 @@
19
18
"--DataBaseUrl": "mongodb://admin:admin@192.168.110.28:27017/?authSource=admin",
20
"--DataBaseName": "gameframex"
21
},
22
- "commandLineArgs": "--IsDebug --IsDebugReceive --IsDebugSend"
+ "commandLineArgs": "--IsDebug --IsDebugReceive --IsDebugSend --HttpIsDevelopment"
23
}
24
25
0 commit comments