Skip to content

Commit 85f570d

Browse files
committed
[修改]1. 修改启动参数
1 parent eff638c commit 85f570d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

GameFrameX.Launcher/Properties/launchSettings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"ASPNETCORE_ENVIRONMENT": "Development",
88
"--ServerType": "Game",
99
"--ServerId": 9000,
10-
"--InnerIp": "127.0.0.1",
1110
"--InnerPort": 29100,
1211
"--OuterIp": "127.0.0.1",
1312
"--OuterPort": 29010,
@@ -19,7 +18,7 @@
1918
"--DataBaseUrl": "mongodb://admin:admin@192.168.110.28:27017/?authSource=admin",
2019
"--DataBaseName": "gameframex"
2120
},
22-
"commandLineArgs": "--IsDebug --IsDebugReceive --IsDebugSend"
21+
"commandLineArgs": "--IsDebug --IsDebugReceive --IsDebugSend --HttpIsDevelopment"
2322
}
2423
}
2524
}

0 commit comments

Comments
 (0)