Code · 12 lines · 286 bytes
1
2
3
4
5
6
7
8
9
10
11
12{
  "profiles": {
    "OpenKamer.LogicControllers": {
      "commandName": "Project",
      "launchBrowser": true,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      },
      "applicationUrl": "https://localhost:2775;http://localhost:2776"
    }
  }
}