launchSettings.json 277 B

12345678910
  1. {
  2. "profiles": {
  3. "Robot.App": {
  4. "commandName": "Project",
  5. "commandLineArgs": "--Process=1001 --Console=1 --GmHubAddress=1.95.0.200:9153 --LoginAddress=10.108.64.100:10005 --ServerId=1",
  6. "hotReloadEnabled": true,
  7. "nativeDebugging": false
  8. }
  9. }
  10. }