MatrixRoomUtils

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

launchSettings.json (1358B)


      1 {
      2     "iisSettings": {
      3       "windowsAuthentication": false,
      4       "anonymousAuthentication": true,
      5       "iisExpress": {
      6         "applicationUrl": "http://localhost:6314",
      7         "sslPort": 44318
      8       }
      9     },
     10     "profiles": {
     11       "http": {
     12         "commandName": "Project",
     13         "dotnetRunMessages": true,
     14         "launchBrowser": true,
     15         "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
     16         "applicationUrl": "http://localhost:5167",
     17         "environmentVariables": {
     18           "ASPNETCORE_ENVIRONMENT": "Development"
     19         }
     20       },
     21       "https": {
     22         "commandName": "Project",
     23         "dotnetRunMessages": true,
     24         "launchBrowser": true,
     25         "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
     26         "applicationUrl": "https://localhost:7235;http://localhost:5167",
     27         "environmentVariables": {
     28           "ASPNETCORE_ENVIRONMENT": "Development"
     29         }
     30       },
     31       "IIS Express": {
     32         "commandName": "IISExpress",
     33         "launchBrowser": true,
     34         "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
     35         "environmentVariables": {
     36           "ASPNETCORE_ENVIRONMENT": "Development"
     37         }
     38       }
     39     }
     40   }