Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Properties/launchSettings.json @ 13847

Last change on this file since 13847 was 13656, checked in by ascheibe, 9 years ago

#2582 created branch for Hive Web Job Manager

File size: 549 bytes
Line 
1{
2  "iisSettings": {
3    "windowsAuthentication": false,
4    "anonymousAuthentication": true,
5    "iisExpress": {
6      "applicationUrl": "http://localhost:31972/",
7      "sslPort": 0
8    }
9  },
10  "profiles": {
11    "IIS Express": {
12      "commandName": "IISExpress",
13      "launchBrowser": true,
14      "environmentVariables": {
15        "Hosting:Environment": "Development"
16      }
17    },
18    "web": {
19      "commandName": "web",
20      "environmentVariables": {
21        "Hosting:Environment": "Development"
22      }
23    }
24  }
25}
Note: See TracBrowser for help on using the repository browser.