Skip to content

Commit e8be8fa

Browse files
committed
refactor(launchSettings): 更新启动配置环境变量
移除游戏服务器相关配置,将服务器类型改为DiscoveryCenter,简化开发环境配置
1 parent 7a52e08 commit e8be8fa

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

GameFrameX.Launcher/Properties/launchSettings.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,8 @@
55
"commandName": "Project",
66
"environmentVariables": {
77
"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",
188
"--DataBaseUrl": "mongodb://admin:[email protected]:27017/?authSource=admin",
9+
"--ServerType": "DiscoveryCenter",
1910
"--DataBaseName": "gameframex"
2011
},
2112
"commandLineArgs": "--IsDebug --IsDebugReceive --IsDebugSend --HttpIsDevelopment"

0 commit comments

Comments
 (0)