launchSettings.json 227 B

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