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 9a444ca commit 81dedf4Copy full SHA for 81dedf4
GameFrameX.Launcher/Properties/launchSettings.json
@@ -5,9 +5,6 @@
5
"commandName": "Project",
6
"environmentVariables": {
7
"ASPNETCORE_ENVIRONMENT": "Development",
8
- "--IsDebug": false,
9
- "--IsDebugReceive": false,
10
- "--IsDebugSend": false,
11
"--ServerType": "Game",
12
"--ServerId": 9000,
13
"--InnerIp": "127.0.0.1",
@@ -21,7 +18,8 @@
21
18
"--HttpCode": "inner_httpcode",
22
19
"--DataBaseUrl": "mongodb://admin:[email protected]:27017/?authSource=admin",
23
20
"--DataBaseName": "gameframex"
24
- }
+ },
+ "commandLineArgs": "--IsDebug --IsDebugReceive --IsDebugSend"
25
}
26
27
0 commit comments