launchSettings.json 188 B

12345678
  1. {
  2. "profiles": {
  3. "Server.App": {
  4. "commandName": "Project",
  5. "commandLineArgs": "--appId=1 --appType=AllServer --config=../Config/StartConfig/LocalAllServer.txt"
  6. }
  7. }
  8. }