source: Application/ocrent/Properties/launchSettings.json@ f5f7c24

Last change on this file since f5f7c24 was f5f7c24, checked in by 192011 <mk.snicker@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 679 bytes
Line 
1{
2 "iisSettings": {
3 "windowsAuthentication": false,
4 "anonymousAuthentication": true,
5 "iisExpress": {
6 "applicationUrl": "http://localhost:55660",
7 "sslPort": 44383
8 }
9 },
10 "profiles": {
11 "ocrent": {
12 "commandName": "Project",
13 "dotnetRunMessages": true,
14 "launchBrowser": true,
15 "applicationUrl": "https://localhost:7254;http://localhost:5254",
16 "environmentVariables": {
17 "ASPNETCORE_ENVIRONMENT": "Development"
18 }
19 },
20 "IIS Express": {
21 "commandName": "IISExpress",
22 "launchBrowser": true,
23 "environmentVariables": {
24 "ASPNETCORE_ENVIRONMENT": "Development"
25 }
26 }
27 }
28}
Note: See TracBrowser for help on using the repository browser.