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 7a52e08 commit e8be8faCopy full SHA for e8be8fa
GameFrameX.Launcher/Properties/launchSettings.json
@@ -5,17 +5,8 @@
5
"commandName": "Project",
6
"environmentVariables": {
7
"ASPNETCORE_ENVIRONMENT": "Development",
8
- "--ServerType": "Game",
9
- "--ServerId": 9000,
10
- "--InnerPort": 29100,
11
- "--OuterIp": "127.0.0.1",
12
- "--OuterPort": 29010,
13
- "--MinModuleId": 1,
14
- "--MaxModuleId": 9999,
15
- "--WsPort": 29110,
16
- "--HttpPort": 28080,
17
- "--HttpCode": "inner_httpcode",
18
"--DataBaseUrl": "mongodb://admin:[email protected]:27017/?authSource=admin",
+ "--ServerType": "DiscoveryCenter",
19
"--DataBaseName": "gameframex"
20
},
21
"commandLineArgs": "--IsDebug --IsDebugReceive --IsDebugSend --HttpIsDevelopment"
0 commit comments