source: ChapterX.API/Properties/launchSettings.json@ dc383dd

main
Last change on this file since dc383dd was 877c13c, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago

Added files

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