Skip to content

Commit 81dedf4

Browse files
committed
[修改]1. 修改启动参数的配置
1 parent 9a444ca commit 81dedf4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

GameFrameX.Launcher/Properties/launchSettings.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"commandName": "Project",
66
"environmentVariables": {
77
"ASPNETCORE_ENVIRONMENT": "Development",
8-
"--IsDebug": false,
9-
"--IsDebugReceive": false,
10-
"--IsDebugSend": false,
118
"--ServerType": "Game",
129
"--ServerId": 9000,
1310
"--InnerIp": "127.0.0.1",
@@ -21,7 +18,8 @@
2118
"--HttpCode": "inner_httpcode",
2219
"--DataBaseUrl": "mongodb://admin:[email protected]:27017/?authSource=admin",
2320
"--DataBaseName": "gameframex"
24-
}
21+
},
22+
"commandLineArgs": "--IsDebug --IsDebugReceive --IsDebugSend"
2523
}
2624
}
2725
}

0 commit comments

Comments
 (0)