source: StockMaster/Properties/launchSettings.json

main
Last change on this file was dfe03b8, checked in by Ceyda <ceyda.huseini@…>, 2 days ago

Initialize StockMaster project

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