source: backend/Properties/launchSettings.json@ b66b3ac

Last change on this file since b66b3ac was b66b3ac, checked in by Danilo <danilo.najkov@…>, 2 years ago

Add project files.

  • Property mode set to 100644
File size: 805 bytes
Line 
1{
2 "$schema": "https://json.schemastore.org/launchsettings.json",
3 "iisSettings": {
4 "windowsAuthentication": false,
5 "anonymousAuthentication": true,
6 "iisExpress": {
7 "applicationUrl": "http://localhost:16765",
8 "sslPort": 44324
9 }
10 },
11 "profiles": {
12 "backend": {
13 "commandName": "Project",
14 "dotnetRunMessages": true,
15 "launchBrowser": true,
16 "launchUrl": "swagger",
17 "applicationUrl": "https://localhost:7073;http://localhost:5073",
18 "environmentVariables": {
19 "ASPNETCORE_ENVIRONMENT": "Development"
20 }
21 },
22 "IIS Express": {
23 "commandName": "IISExpress",
24 "launchBrowser": true,
25 "launchUrl": "swagger",
26 "environmentVariables": {
27 "ASPNETCORE_ENVIRONMENT": "Development"
28 }
29 }
30 }
31}
Note: See TracBrowser for help on using the repository browser.