Skip to content

Commit

Permalink
Revert "update launchsetings"
Browse files Browse the repository at this point in the history
This reverts commit 4755081.
  • Loading branch information
Rico Suter committed Sep 26, 2023
1 parent 17f70fa commit c8f634f
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 17 deletions.
21 changes: 17 additions & 4 deletions src/NSwag.Sample.NET60/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:1284/",
"sslPort": 44390
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"NSwag.Sample.NET60": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:7001;http://localhost:7000"
"applicationUrl": "http://localhost:5000;https://localhost:5001"
}
}
}
}
5 changes: 2 additions & 3 deletions src/NSwag.Sample.NET60Minimal/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"NSwag.Sample.NET60Minimal": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"launchUrl": "swagger/v1/swagger.json",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:7001;http://localhost:7000"
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}
21 changes: 17 additions & 4 deletions src/NSwag.Sample.NET70/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:1284/",
"sslPort": 44390
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"NSwag.Sample.NET70": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:7001;http://localhost:7000"
"applicationUrl": "http://localhost:5000;https://localhost:5001"
}
}
}
}
7 changes: 3 additions & 4 deletions src/NSwag.Sample.NET70Minimal/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"NSwag.Sample.NET70Minimal": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"launchUrl": "swagger/v1/swagger.json",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:7001;http://localhost:7000"
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}
}
18 changes: 17 additions & 1 deletion src/NSwag.Sample.NETCore21/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:32367",
"sslPort": 44370
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_HTTPS_PORT": "44370",
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"NSwag.Sample.NETCore21": {
"commandName": "Project",
"launchBrowser": true,
Expand Down
18 changes: 17 additions & 1 deletion src/NSwag.Sample.NETCore31/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:51340",
"sslPort": 44379
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"NSwag.Sample.NETCore31": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"launchUrl": "apimundo",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
Expand Down

0 comments on commit c8f634f

Please sign in to comment.