source: Farmatiko/Properties/launchSettings.json@ c73269d

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

Add more services

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