summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Web/Properties/launchSettings.json
blob: 3acee14d16a5cf2c16c55b12b09d468f02b6dc86 (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
{
  "iisSettings": {
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:59482/",
      "sslPort": 0
    }
  },
  "profiles": {
    "IIS Express": {
      "commandName": "IISExpress",
      "launchBrowser": true,
      "launchUrl": "api/v1.0/mods",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    },
    "Dewdrop": {
      "commandName": "Project",
      "launchBrowser": true,
      "launchUrl": "api/v1.0/mods",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      },
      "applicationUrl": "http://localhost:59483"
    }
  }
}