source: PostgreSqlDotnetCore/Properties/launchSettings.json@ 118e414

main
Last change on this file since 118e414 was 2aea0fd, checked in by ElenaMoskova <elena.moskova99@…>, 2 months ago

init commit Elena

  • Property mode set to 100644
File size: 930 bytes
RevLine 
[2aea0fd]1{
2 "iisSettings": {
3 "windowsAuthentication": false,
4 "anonymousAuthentication": true,
5 "iisExpress": {
6 "applicationUrl": "http://localhost:32330",
7 "sslPort": 44360
8 }
9 },
10 "profiles": {
11 "http": {
12 "commandName": "Project",
13 "dotnetRunMessages": true,
14 "launchBrowser": true,
15 "applicationUrl": "http://localhost:5089",
16 "environmentVariables": {
17 "ASPNETCORE_ENVIRONMENT": "Development"
18 }
19 },
20 "https": {
21 "commandName": "Project",
22 "dotnetRunMessages": true,
23 "launchBrowser": true,
24 "applicationUrl": "https://localhost:7079;http://localhost:5089",
25 "environmentVariables": {
26 "ASPNETCORE_ENVIRONMENT": "Development"
27 }
28 },
29 "IIS Express": {
30 "commandName": "IISExpress",
31 "launchBrowser": true,
32 "environmentVariables": {
33 "ASPNETCORE_ENVIRONMENT": "Development"
34 }
35 }
36 }
37}
Note: See TracBrowser for help on using the repository browser.