source: Farmatiko/Properties/launchSettings.json@ a5799e3

Last change on this file since a5799e3 was 822c59d, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Initial commit

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