Blame view

Yi.Abp.Net8/src/Yi.Abp.Web/Properties/launchSettings.json 686 Bytes
515fceeb   “wangming”   框架初始化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  {
    "profiles": {
      "Yi.Abp.Web": {
        "commandName": "Project",
        "launchBrowser": true,
        "launchUrl": "swagger",
        "environmentVariables": {
          "ASPNETCORE_ENVIRONMENT": "Development"
          //"ASPNETCORE_ENVIRONMENT": "Staging"
        },
        "dotnetRunMessages": true,
        "applicationUrl": "http://localhost:19001"
      },
      "Docker": {
        "commandName": "Docker",
        "launchBrowser": true,
        "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
        "environmentVariables": {
          "ASPNETCORE_HTTP_PORTS": "19001"
        },
        "publishAllPorts": true
      }
    },
    "$schema": "https://json.schemastore.org/launchsettings.json"
  }