summaryrefslogtreecommitdiff
path: root/Properties/launchSettings.json
blob: b1659dc4ea51dcc22b0b7a4ca10370c6582ad60f (plain)
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
26
27
28
29
30
31
32
{
  "profiles": {
    "WSL": {
      "commandName": "WSL2",
      "launchBrowser": true,
      "launchUrl": "https://localhost:7132",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development",
        "ASPNETCORE_URLS": "https://localhost:7132;http://localhost:5186"
      },
      "distributionName": ""
    },
    "HyperBooru": {
      "commandName": "Project",
      "launchBrowser": true,
      "launchUrl": "Login",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      },
      "dotnetRunMessages": true,
      "applicationUrl": "https://localhost:7132;http://localhost:5186"
    }
  },
  "iisSettings": {
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:1922",
      "sslPort": 44354
    }
  }
}