Code · 14 lines · 339 bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14{
  "profiles": {
    "http": {
      "commandName": "Project",
      "launchBrowser": true,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      },
      "dotnetRunMessages": true,
      "applicationUrl": "http://localhost:5129"
    }
  },
  "$schema": "https://json.schemastore.org/launchsettings.json"
}