/ Properties / launchSettings.json
launchSettings.json
 1  {
 2    "profiles": {
 3      "GrpcService1": {
 4        "commandName": "Project"
 5      },
 6      "Docker": {
 7        "commandName": "Docker",
 8        "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
 9        "publishAllPorts": true,
10        "useSSL": true
11      }
12    }
13  }