source: iknow-api/Properties/launchSettings.json@ a92a2a4

Last change on this file since a92a2a4 was 0b16523, checked in by stefansaveski <stefansaveski19@…>, 11 months ago

Add project files.

  • Property mode set to 100644
File size: 621 bytes
Line 
1{
2 "$schema": "https://json.schemastore.org/launchsettings.json",
3 "profiles": {
4 "http": {
5 "commandName": "Project",
6 "dotnetRunMessages": true,
7 "launchBrowser": false,
8 "applicationUrl": "http://localhost:5147",
9 "environmentVariables": {
10 "ASPNETCORE_ENVIRONMENT": "Development"
11 }
12 },
13 "https": {
14 "commandName": "Project",
15 "dotnetRunMessages": true,
16 "launchBrowser": false,
17 "applicationUrl": "https://localhost:7248;http://localhost:5147",
18 "environmentVariables": {
19 "ASPNETCORE_ENVIRONMENT": "Development"
20 }
21 }
22 }
23}
Note: See TracBrowser for help on using the repository browser.