|
@@ -1,22 +1,12 @@
|
|
|
{
|
|
{
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
|
"profiles": {
|
|
"profiles": {
|
|
|
- "http": {
|
|
|
|
|
- "commandName": "Project",
|
|
|
|
|
- "dotnetRunMessages": true,
|
|
|
|
|
- "launchBrowser": true,
|
|
|
|
|
- "launchUrl": "http://localhost:5292/v1/status",
|
|
|
|
|
- "applicationUrl": "http://localhost:5292",
|
|
|
|
|
- "environmentVariables": {
|
|
|
|
|
- "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"https": {
|
|
"https": {
|
|
|
"commandName": "Project",
|
|
"commandName": "Project",
|
|
|
"dotnetRunMessages": true,
|
|
"dotnetRunMessages": true,
|
|
|
"launchBrowser": true,
|
|
"launchBrowser": true,
|
|
|
- "launchUrl": "https://localhost:7169/v1/status",
|
|
|
|
|
- "applicationUrl": "https://localhost:7169;http://localhost:5292",
|
|
|
|
|
|
|
+ "launchUrl": "https://localhost:7169/swagger",
|
|
|
|
|
+ "applicationUrl": "https://localhost:7169",
|
|
|
"environmentVariables": {
|
|
"environmentVariables": {
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
}
|
|
}
|