Blame view

web/WebMvc/Properties/launchSettings.json 648 Bytes
赖素文 authored
1
2
3
4
5
6
7
8
9
10
11
12
{
  "iisSettings": {
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:23512",
      "sslPort": 0
    }
  },
  "profiles": {
    "IIS Express": {
      "commandName": "IISExpress",
13
      "launchBrowser": false,
赖素文 authored
14
15
16
17
18
19
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    },
    "Mvc": {
      "commandName": "Project",
20
21
      "launchBrowser": false,
      "EnableBrowserLink": false,
赖素文 authored
22
23
24
25
26
27
28
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      },
      "applicationUrl": "http://localhost:5000"
    }
  }
}