| 1 |
{ |
| 2 |
"$schema": "https://json.schemastore.org/launchsettings.json", |
| 3 |
"profiles": { |
| 4 |
"http": { |
| 5 |
"commandName": "Project", |
| 6 |
"dotnetRunMessages": true, |
| 7 |
"launchBrowser": true, |
| 8 |
"applicationUrl": "http://localhost:5296", |
| 9 |
"environmentVariables": { |
| 10 |
"ASPNETCORE_ENVIRONMENT": "Development" |
| 11 |
} |
| 12 |
}, |
| 13 |
"https": { |
| 14 |
"commandName": "Project", |
| 15 |
"dotnetRunMessages": true, |
| 16 |
"launchBrowser": true, |
| 17 |
"applicationUrl": "https://localhost:7014;http://localhost:5296", |
| 18 |
"environmentVariables": { |
| 19 |
"ASPNETCORE_ENVIRONMENT": "Development" |
| 20 |
} |
| 21 |
} |
| 22 |
} |
| 23 |
} |